Update to latest
This commit is contained in:
parent
a7ab6b4479
commit
b33536e2f5
@ -2,7 +2,7 @@ version: '3.3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
agent:
|
agent:
|
||||||
image: portainer/agent
|
image: portainer/agent:2.9.3
|
||||||
environment:
|
environment:
|
||||||
AGENT_CLUSTER_ADDR: tasks.agent
|
AGENT_CLUSTER_ADDR: tasks.agent
|
||||||
volumes:
|
volumes:
|
||||||
@ -17,7 +17,7 @@ services:
|
|||||||
- node.platform.os == linux
|
- node.platform.os == linux
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer
|
image: portainer/portainer:2.9.3
|
||||||
command: -H tcp://tasks.agent:9001 --tlsskipverify
|
command: -H tcp://tasks.agent:9001 --tlsskipverify
|
||||||
volumes:
|
volumes:
|
||||||
- portainer-data:/data
|
- portainer-data:/data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user