From 7245e66b31c2a3046596457d0f6961372385b056 Mon Sep 17 00:00:00 2001 From: Nooc Date: Tue, 7 Sep 2021 22:22:14 +0800 Subject: [PATCH] Mount local storage to host in docker-compose.production.yaml (#2953) --- docker-compose.production.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.production.yaml b/docker-compose.production.yaml index ba6704d4e..a910c5c44 100644 --- a/docker-compose.production.yaml +++ b/docker-compose.production.yaml @@ -4,6 +4,8 @@ services: base: &base image: chatwoot/chatwoot:latest env_file: .env ## Change this file for customized env variables + volumes: + - /data/storage:/app/storage rails: <<: *base