Merge pull request #737 from winfried-van-loon/master

Fixing MariaDB root password variable. #736
This commit is contained in:
Mahmoud Zalt 2017-04-03 22:10:39 -04:00 committed by GitHub
commit b0831240b1
2 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,7 @@ services:
- MYSQL_DATABASE=${MARIADB_DATABASE}
- MYSQL_USER=${MARIADB_USER}
- MYSQL_PASSWORD=${MARIADB_PASSWORD}
- MYSQL_ROOT_PASSWORD=${MARIADB_PORT}
- MYSQL_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD}
networks:
- backend

View File

@ -79,6 +79,7 @@ MARIADB_DATABASE=default
MARIADB_USER=default
MARIADB_PASSWORD=secret
MARIADB_PORT=3306
MARIADB_ROOT_PASSWORD=root
### POSTGRES Container
POSTGRES_DB=default