mirror of
https://github.com/chatmail/relay.git
synced 2026-08-20 23:40:53 +00:00
docker: use docker-compose.override.yaml for user customizations
The base docker-compose.yaml was checked into git and thus would get overwritten on pull. - docker-compose.yaml uses named volumes as safe defaults - docker-compose.override.yaml (gitignored) holds user customizations - Compose automatically merges both files
This commit is contained in:
@@ -168,4 +168,5 @@ chatmail.zone
|
||||
# docker
|
||||
/data/
|
||||
/custom/
|
||||
docker-compose.override.yaml
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user