Skip to content

Commit f252c2a

Browse files
committed
This needs to be passed in as an environment variable now.
1 parent 45115a8 commit f252c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ services:
7474

7575
environment:
7676
MYSQL_ROOT_PASSWORD: password
77+
LOCAL_DB_IMAGE: ${LOCAL_DB_IMAGE-mysql:latest}
7778

7879
volumes:
7980
- ./tools/local-env/mysql-init.sql:/docker-entrypoint-initdb.d/mysql-init.sql

0 commit comments

Comments
 (0)