Point Nextcloud to the host IP

For some reason the DNS name doesn't work.
This commit is contained in:
Andreas Zweili 2022-06-01 21:53:42 +02:00
parent 4b97e1d273
commit d798cea999
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ services:
- MYSQL_PASSWORD
- "MYSQL_DATABASE=nextcloud"
- "MYSQL_USER=nextcloud"
- "MYSQL_HOST=host.docker.internal"
- "MYSQL_HOST=172.17.0.1"
- "NEXTCLOUD_ADMIN_USER=thedoctor"
- NEXTCLOUD_ADMIN_PASSWORD
- "NEXTCLOUD_TRUSTED_DOMAINS=nextcloud.2li.ch nextcloud2.2li.local 10.7.89.103"