Portainer compose updated
This commit is contained in:
parent
90f44ce145
commit
368957d228
|
@ -1,7 +1,7 @@
|
|||
version: '3.2'
|
||||
services:
|
||||
agent:
|
||||
image: portainer/agent:2.11.0
|
||||
image: portainer/agent:2.11.1
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||
|
@ -12,7 +12,7 @@ services:
|
|||
placement:
|
||||
constraints: [node.platform.os == linux]
|
||||
main:
|
||||
image: portainer/portainer-ce:2.11.0
|
||||
image: portainer/portainer-ce:2.11.1
|
||||
command: -H tcp://tasks.agent:9001 --tlsskipverify
|
||||
ports:
|
||||
- "80:9000"
|
||||
|
|
Loading…
Reference in New Issue