Actualiser nextcloud/docker-compose.yml

This commit is contained in:
dimitri 2025-06-20 11:03:14 +02:00
parent 5a8b0ffb7c
commit a70fbe0533

View file

@ -81,9 +81,9 @@ services:
OVERWRITEHOST: ${NEXTCLOUD_HOSTNAME} OVERWRITEHOST: ${NEXTCLOUD_HOSTNAME}
TRUSTED_PROXIES: 172.16.0.0/12 192.168.0.0/16 10.0.0.0/8 fc00::/7 fe80::/10 2001:db8::/32 TRUSTED_PROXIES: 172.16.0.0/12 192.168.0.0/16 10.0.0.0/8 fc00::/7 fe80::/10 2001:db8::/32
networks: networks:
- ldap
- nextcloud-network
- web - web
- nextcloud-network
- ldap
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80/"] test: ["CMD", "curl", "-f", "http://localhost:80/"]
interval: 10s interval: 10s