We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55ec23 commit 8eb2b4bCopy full SHA for 8eb2b4b
stacks/portainer.yml
@@ -4,7 +4,7 @@ version: '3.8'
4
5
services:
6
portainer:
7
- image: portainer/portainer-ce:${VERSION:-2.9.3-alpine}
+ image: ${IMAGE:-portainer/portainer-ce}:${VERSION:-2.11.0-alpine}
8
command: -H tcp://tasks.agent:9001 --tlsskipverify
9
volumes:
10
- ${VOLUME_PATH}portainer:/data
@@ -23,7 +23,7 @@ services:
23
- traefik
24
25
agent:
26
- image: portainer/agent:2.9.2-alpine
+ image: portainer/agent:${VERSION:-2.11.0-alpine}
27
environment:
28
- AGENT_CLUSTER_ADDR=tasks.agent
29
0 commit comments