mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-25 22:23:35 +00:00
Update docker-compose.yml
add notes regarding community edition
This commit is contained in:
parent
42cb7aac88
commit
6ed0262f98
@ -2,8 +2,8 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ee:latest
|
image: portainer/portainer-ee:latest # or use community edition via portainer/portainer-ce
|
||||||
container_name: portainer-ee
|
container_name: portainer-ee # may rename to portainer-ce if community edition is used
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user