Really add the external volume to mysql.
This commit is contained in:
parent
397d2fcba4
commit
ed8d8d420f
|
@ -18,6 +18,9 @@ services:
|
|||
image: mysql:latest
|
||||
networks:
|
||||
- {{ bc_ufish_docker_network }}
|
||||
volumes:
|
||||
- {{ bc_ufish_db_volume }}:/var/lib/mysql
|
||||
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: {{ bc_ufish_mysql_root_password }}
|
||||
MYSQL_PORT: 3306
|
||||
|
|
Loading…
Reference in New Issue