From d1451f48b2c558ede3cefeeaf15f81567020a07f Mon Sep 17 00:00:00 2001 From: vladimir Date: Fri, 17 Mar 2017 17:27:27 +0200 Subject: [PATCH] [bugfix] Add data volumes for grapejs and grapejs uploads --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5770513e..459967cd 100644 --- a/README.md +++ b/README.md @@ -157,9 +157,12 @@ With proper SPF, DKIM and PTR records (DMARC wouldn't hurt either) I got perfect - "3000:3000" volumes: - "/etc/mailtrain/production.toml:/app/config/production.toml" + - "mailtrain-node-data:/app/public/grapejs/uploads" + - "mailtrain-node-data:/app/public/mosaico/uploads" volumes: mailtrain-mysq-data: {} mailtrain-redis-data: {} + mailtrain-node-data: {} ``` 5. Update MySQL and Redis credintial in `/etc/mailtrain/production.toml` like this: