Mount local storage to host in docker-compose.production.yaml (#2953)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user