Update docker-compose-sqlite.yml

This commit is contained in:
LRVT 2024-05-16 22:01:41 +02:00 committed by GitHub
parent 551f0eaa0f
commit 910c1322e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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