Trying custom nameservers
This commit is contained in:
@@ -5,6 +5,9 @@ services:
|
|||||||
image: nextcloud:stable-apache
|
image: nextcloud:stable-apache
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
|
dns:
|
||||||
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
MYSQL_HOST: mysql
|
MYSQL_HOST: mysql
|
||||||
MYSQL_DATABASE: nextcloud
|
MYSQL_DATABASE: nextcloud
|
||||||
@@ -45,4 +48,4 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
nextcloud-net:
|
nextcloud-net:
|
||||||
driver: overlay
|
driver: bridge
|
||||||
Reference in New Issue
Block a user