We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bc64c commit e0c398dCopy full SHA for e0c398d
compose/portainer-dind.yml
@@ -2,7 +2,7 @@ version: '3.7'
2
3
services:
4
portainer:
5
- image: portainer/portainer-ce:2.16.2
+ image: portainer/portainer-ce:2.27.1
6
command: --tlsskipverify
7
volumes:
8
- portainer-data:/data
compose/portainer.yml
agent:
- image: portainer/agent:2.16.2
+ image: portainer/agent:2.27.1
environment:
AGENT_CLUSTER_ADDR: tasks.agent
@@ -17,7 +17,7 @@ services:
17
- node.platform.os == linux
18
19
20
21
command: -H tcp://tasks.agent:9001 --tlsskipverify
22
23
0 commit comments