Update docker-compose.yml

add notes regarding community edition
pull/19/head
LRVT 2023-09-27 12:03:37 +02:00 zatwierdzone przez GitHub
rodzic 42cb7aac88
commit 6ed0262f98
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,8 +2,8 @@ version: '3'
services:
portainer:
image: portainer/portainer-ee:latest
container_name: portainer-ee
image: portainer/portainer-ee:latest # 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:
- /etc/localtime:/etc/localtime:ro