Skip to content

Commit 15c5574

Browse files
fix up docker-compose file
1 parent 4ac0822 commit 15c5574

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ adapter:
44
- .:/usr/src/app
55
links:
66
- mysql
7-
postgres:
7+
8+
mysql:
89
image: mysql
910
environment:
10-
- MYSQL_PASSWORD=mp
11-
- MYSQL_USER=mp
1211
- MYSQL_DATABASE=mppg
12+
- MYSQL_USER=mp
13+
- MYSQL_PASSWORD=mp
14+
- MYSQL_ROOT_PASSWORD=mppg

0 commit comments

Comments
 (0)