Skip to content

Commit

Permalink
feat: update portainer
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Dec 20, 2024
1 parent fd4532c commit f320960
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 @@ -2,7 +2,7 @@

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

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

0 comments on commit f320960

Please sign in to comment.