mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
chore: fix portainer version
This commit is contained in:
parent
836a6fba97
commit
bd2e39fff2
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ee:latest # or use community edition via portainer/portainer-ce
|
image: portainer/portainer-ee:2.21.0-alpine # or use community edition via portainer/portainer-ce
|
||||||
container_name: portainer-ee # may rename to portainer-ce if community edition is used
|
container_name: portainer-ee # may rename to portainer-ce if community edition is used
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user