Skip to content

Commit bd2e39f

Browse files
authored
chore: fix portainer version
1 parent 836a6fb commit bd2e39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/portainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
portainer:
5-
image: portainer/portainer-ee:latest # or use community edition via portainer/portainer-ce
5+
image: portainer/portainer-ee:2.21.0-alpine # or use community edition via portainer/portainer-ce
66
container_name: portainer-ee # may rename to portainer-ce if community edition is used
77
restart: unless-stopped
88
volumes:

0 commit comments

Comments
 (0)