Update docker-compose.yml

This commit is contained in:
2026-06-14 18:13:10 +00:00
parent c17a09d849
commit 1ac0e76fc0
+1 -1
View File
@@ -61,7 +61,7 @@ services:
dockerfile: db.Dockerfile
command: --default-authentication-plugin=mysql_native_password
environment:
- MYSQL_ROOT_PASSWORD=${DB_ROOT_PASSWORD:-root_password}
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root_password}
- MYSQL_DATABASE=poverty_db
- MYSQL_USER=webgis_user
- MYSQL_PASSWORD=${MYSQL_PASSWORD:-webgis_password}