nextcloud-aio/docker-compose.yml aktualisiert

This commit is contained in:
2026-03-13 16:32:44 +00:00
parent 7603efc8f2
commit fc7f1ed4a2

View File

@@ -9,7 +9,7 @@ services:
- APACHE_PORT=${APACHE_PORT:-11000}
- NEXTCLOUD_DATADIR=${NEXTCLOUD_DATA_PATH}
# Optional: Set to 1 if you are using your own reverse proxy (Nginx, Traefik, etc.)
- SKIP_DOMAIN_VALIDATION=${SKIP_DOMAIN_CHECK:-0}
- SKIP_DOMAIN_VALIDATION=${SKIP_DOMAIN_VALIDATION:-false}
volumes:
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
- /var/run/docker.sock:/var/run/docker.sock:ro