fix: update MySQL container volumes
This commit is contained in:
parent
667393d622
commit
a562132b91
|
@ -38,7 +38,7 @@ services:
|
||||||
image: mariadb:10
|
image: mariadb:10
|
||||||
volumes:
|
volumes:
|
||||||
- mysql_data:/var/lib/mysql
|
- mysql_data:/var/lib/mysql
|
||||||
- ./tools/docker/images/mysql/databases.sql:/docker-entrypoint-initdb.d/databases.sql
|
- ./tools/assets/development:/docker-entrypoint-initdb.d
|
||||||
env_file:
|
env_file:
|
||||||
- .docker.env
|
- .docker.env
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
Loading…
Reference in a new issue