Actualiser nextcloud/docker-compose.yml
This commit is contained in:
parent
5a8b0ffb7c
commit
a70fbe0533
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue