Skip to content

Commit

Permalink
change environments on docker-compse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhrtsk committed Apr 15, 2018
1 parent 73f7079 commit 6ec2038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .envrc
@@ -1,3 +1,3 @@
export PATH=$(yarn bin):$PATH

export MYSQL_PASSWORD=root
export MYSQL_PASSWORD=secret
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -3,7 +3,7 @@ services:
mysql:
image: mysql:5.7.21
environment:
MYSQL_ROOT_PASSWORD: $MYSQL_PASSWORD
- MYSQL_ROOT_PASSWORD=$MYSQL_PASSWORD
ports:
- 3306:3306
volumes:
Expand Down

0 comments on commit 6ec2038

Please sign in to comment.