Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Oct 14, 2024
1 parent 00501f5 commit c817c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
portainer:
image: portainer/portainer-ee:2.21.3-alpine # or use community edition via portainer/portainer-ce
image: portainer/portainer-ee:2.23.0-alpine # or use community edition via portainer/portainer-ce
container_name: portainer-ee # may rename to portainer-ce if community edition is used
restart: unless-stopped
volumes:
Expand Down

0 comments on commit c817c2f

Please sign in to comment.