Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
Random MySQL root password in Docker.
  • Loading branch information
Slony committed Nov 26, 2018
2 parents ec91f5a + 84290a4 commit ae146de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Expand Up @@ -20,7 +20,7 @@ services:
ports:
- "3306:3306"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 1
MYSQL_RANDOM_ROOT_PASSWORD: '1'
MYSQL_DATABASE: crmintapp
MYSQL_USER: crmintapp
MYSQL_PASSWORD: crmintapp
Expand Down

0 comments on commit ae146de

Please sign in to comment.