Skip to content

Commit

Permalink
Updated compose portainerAgent
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <6216144+Jaid@users.noreply.github.com>
  • Loading branch information
Jaid committed Feb 24, 2024
1 parent 5fa20f0 commit 0b8fa4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composes/portainerAgent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ version: '3.9'
services:

main:
image: portainer/agent:2.19.1
container_name: portainerAgent
image: portainer/agent:2.19.4-alpine
restart: unless-stopped
volumes:
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock
- type: bind
source: /var/lib/docker/volumes
target: /var/lib/docker/volumes
- type: bind
source: /
target: /host
Expand Down

0 comments on commit 0b8fa4b

Please sign in to comment.