Skip to content

Commit

Permalink
feat: update portainer
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Sep 26, 2024
1 parent 036ed29 commit d9a12e1
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: ${IMAGE:-portainer/portainer-ce}:${VERSION:-2.21.1-alpine}
image: ${IMAGE:-portainer/portainer-ce}:${VERSION:-2.21.2-alpine}
command: -H tcp://tasks.agent:9001 --tlsskipverify
volumes:
- ${VOLUME_PATH}portainer:/data
Expand All @@ -24,7 +24,7 @@ services:
- traefik

agent:
image: portainer/agent:${VERSION:-2.21.1-alpine}
image: portainer/agent:${VERSION:-2.21.2-alpine}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
Expand Down

0 comments on commit d9a12e1

Please sign in to comment.