Update docker-compose-sqlite.yml

pull/23/head
LRVT 2024-05-16 22:01:41 +02:00 zatwierdzone przez GitHub
rodzic 551f0eaa0f
commit 910c1322e0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nextcloud/config:/config - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nextcloud/config:/config
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nextcloud/data:/data - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nextcloud/data:/data
expose: expose:
- 9443 - 443
ports: ports:
- 9443:443 - 9443:443
restart: unless-stopped restart: unless-stopped