From 754363a92ee6b37ca9520c706493fcbe25f252b7 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sat, 19 Oct 2019 03:26:46 +0200 Subject: [PATCH] mount mysql socket from host for database on host --- .deployment/production/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.deployment/production/docker-compose.yml b/.deployment/production/docker-compose.yml index 2f56473..055e7ac 100644 --- a/.deployment/production/docker-compose.yml +++ b/.deployment/production/docker-compose.yml @@ -5,5 +5,7 @@ services: build: ../../ ports: - "8042:8042" + volumes: + - /run/mysqld/:/run/mysqld/ env_file: - production.secrets.env