Skip to content

Commit 8eb2b4b

Browse files
committed
Update portainer
1 parent c55ec23 commit 8eb2b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stacks/portainer.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '3.8'
44

55
services:
66
portainer:
7-
image: portainer/portainer-ce:${VERSION:-2.9.3-alpine}
7+
image: ${IMAGE:-portainer/portainer-ce}:${VERSION:-2.11.0-alpine}
88
command: -H tcp://tasks.agent:9001 --tlsskipverify
99
volumes:
1010
- ${VOLUME_PATH}portainer:/data
@@ -23,7 +23,7 @@ services:
2323
- traefik
2424

2525
agent:
26-
image: portainer/agent:2.9.2-alpine
26+
image: portainer/agent:${VERSION:-2.11.0-alpine}
2727
environment:
2828
- AGENT_CLUSTER_ADDR=tasks.agent
2929
volumes:

0 commit comments

Comments
 (0)