1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

allow local overrides to docker-compose

Exclude docker-compose.override.yml file from git updates to allow for local customizations of projects docker-compose.yml file
This commit is contained in:
Martin Hoffmann 2019-03-05 13:59:51 +01:00 committed by GitHub
parent 10d264fa38
commit 3257107c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
data/* data/*
.env .env
*.env *.env
docker-compose.override.yml