Switch to using personal DNS servers
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user