Skip to content

Commit cc50339

Browse files
authored
Update docker-compose.yml
1 parent 8820501 commit cc50339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ services:
166166
mysql:
167167
build:
168168
context: ./mysql
169-
args:
169+
environment:
170170
- MYSQL_DATABASE=${MYSQL_DATABASE}
171171
- MYSQL_USER=${MYSQL_USER}
172172
- MYSQL_PASSWORD=${MYSQL_PASSWORD}

0 commit comments

Comments
 (0)