We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d117ae commit 10d34acCopy full SHA for 10d34ac
stacks/portainer/stack-portainer.yml
@@ -1,6 +1,6 @@
1
services:
2
agent:
3
- image: portainer/agent:2.26.1
+ image: portainer/agent:2.27.0
4
volumes:
5
- /var/run/docker.sock:/var/run/docker.sock
6
- /var/lib/docker/volumes:/var/lib/docker/volumes
@@ -12,7 +12,7 @@ services:
12
constraints: [node.platform.os == linux]
13
14
portainer:
15
- image: portainer/portainer-ce:2.26.1
+ image: portainer/portainer-ce:2.27.0
16
command: -H tcp://tasks.agent:9001 --tlsskipverify
17
ports:
18
- "9443:9443"
0 commit comments