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