Skip to content

Commit

Permalink
Update portainer
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Jan 17, 2022
1 parent c55ec23 commit 8eb2b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stacks/portainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.8'

services:
portainer:
image: portainer/portainer-ce:${VERSION:-2.9.3-alpine}
image: ${IMAGE:-portainer/portainer-ce}:${VERSION:-2.11.0-alpine}
command: -H tcp://tasks.agent:9001 --tlsskipverify
volumes:
- ${VOLUME_PATH}portainer:/data
Expand All @@ -23,7 +23,7 @@ services:
- traefik

agent:
image: portainer/agent:2.9.2-alpine
image: portainer/agent:${VERSION:-2.11.0-alpine}
environment:
- AGENT_CLUSTER_ADDR=tasks.agent
volumes:
Expand Down

0 comments on commit 8eb2b4b

Please sign in to comment.