Mount local storage to host in docker-compose.production.yaml (#2953)
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
|||||||
base: &base
|
base: &base
|
||||||
image: chatwoot/chatwoot:latest
|
image: chatwoot/chatwoot:latest
|
||||||
env_file: .env ## Change this file for customized env variables
|
env_file: .env ## Change this file for customized env variables
|
||||||
|
volumes:
|
||||||
|
- /data/storage:/app/storage
|
||||||
|
|
||||||
rails:
|
rails:
|
||||||
<<: *base
|
<<: *base
|
||||||
|
|||||||
Reference in New Issue
Block a user