Skip to content

Commit

Permalink
Merge pull request #737 from winfried-van-loon/master
Browse files Browse the repository at this point in the history
Fixing MariaDB root password variable. #736
  • Loading branch information
Mahmoudz committed Apr 4, 2017
2 parents 2b11fc2 + 37dee56 commit b083124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions env-example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b083124

Please sign in to comment.