Skip to content

Commit

Permalink
Merge pull request #112 from morpheus7CS/master
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
fideloper authored Dec 2, 2019
2 parents 16ae9c1 + b993452 commit d178969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
MYSQL_DATABASE: "${DB_DATABASE}"
MYSQL_USER: "${DB_USERNAME}"
MYSQL_PASSWORD: "${DB_PASSWORD}"
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
volumes:
- vesselmysql:/var/lib/mysql
# - ./docker/mysql/conf.d:/etc/mysql/conf.d
Expand Down

0 comments on commit d178969

Please sign in to comment.