Mount local storage to host in docker-compose.production.yaml (#2953)
This commit is contained in:
parent
772d4ae726
commit
7245e66b31
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue