Mount local storage to host in docker-compose.production.yaml (#2953)

This commit is contained in:
Nooc 2021-09-07 22:22:14 +08:00 committed by GitHub
parent 772d4ae726
commit 7245e66b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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