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 14, 2023
1 parent 6f443f6 commit 4803d1d
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.19.0-alpine}
image: ${IMAGE:-portainer/portainer-ce}:${VERSION:-2.19.4-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:${VERSION:-2.19.0-alpine}
image: portainer/agent:${VERSION:-2.19.4-alpine}
environment:
- AGENT_CLUSTER_ADDR=tasks.agent
volumes:
Expand Down

0 comments on commit 4803d1d

Please sign in to comment.