Update docker-compose.yml
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ services:
|
|||||||
dockerfile: db.Dockerfile
|
dockerfile: db.Dockerfile
|
||||||
command: --default-authentication-plugin=mysql_native_password
|
command: --default-authentication-plugin=mysql_native_password
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=${DB_ROOT_PASSWORD:-root_password}
|
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root_password}
|
||||||
- MYSQL_DATABASE=poverty_db
|
- MYSQL_DATABASE=poverty_db
|
||||||
- MYSQL_USER=webgis_user
|
- MYSQL_USER=webgis_user
|
||||||
- MYSQL_PASSWORD=${MYSQL_PASSWORD:-webgis_password}
|
- MYSQL_PASSWORD=${MYSQL_PASSWORD:-webgis_password}
|
||||||
|
|||||||
Reference in New Issue
Block a user