Switch to using personal DNS servers

This commit is contained in:
WilliamMiceli
2018-07-10 15:12:19 -04:00
parent a8be2bee76
commit d53c373bf1

View File

@@ -6,8 +6,7 @@ services:
depends_on:
- mysql
dns:
- 1.1.1.1
- 1.0.0.1
- 10.0.0.1
environment:
MYSQL_HOST: mysql
MYSQL_DATABASE: nextcloud
@@ -32,8 +31,7 @@ services:
mysql:
image: mysql:5
dns:
- 1.1.1.1
- 1.0.0.1
- 10.0.0.1
environment:
MYSQL_DATABASE: nextcloud
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}