mount mysql socket from host for database on host
This commit is contained in:
parent
e2994cb186
commit
754363a92e
|
|
@ -5,5 +5,7 @@ services:
|
||||||
build: ../../
|
build: ../../
|
||||||
ports:
|
ports:
|
||||||
- "8042:8042"
|
- "8042:8042"
|
||||||
|
volumes:
|
||||||
|
- /run/mysqld/:/run/mysqld/
|
||||||
env_file:
|
env_file:
|
||||||
- production.secrets.env
|
- production.secrets.env
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue