Trying custom nameservers

This commit is contained in:
WilliamMiceli
2018-07-09 18:47:46 -04:00
parent 3802fbf3c7
commit ffe57a69fa

View File

@@ -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