We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146c0d8 commit d38f2eeCopy full SHA for d38f2ee
docker/swarm/stacks/portainer/stack-portainer.yml
@@ -1,6 +1,6 @@
1
services:
2
agent:
3
- image: portainer/agent:2.34.0
+ image: portainer/agent:2.35.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.34.0
+ image: portainer/portainer-ce:2.35.0
16
command: -H tcp://tasks.agent:9001 --tlsskipverify --trusted-origins ${TAILSCALE_HOSTNAME}
17
ports:
18
- "9000:9000"
0 commit comments