WeblateOrg / docker-compose

Docker compose for Weblate
https://docs.weblate.org/en/latest/admin/deployments.html#docker
GNU General Public License v3.0
79 stars 64 forks source link

fix: test.sh appending docker-compose.override.yml #18

Closed SMotaal closed 4 years ago

SMotaal commented 4 years ago

This patches test.sh to prevent redundantly appending to the docker-compose.override.yml.

Note: I am not sure how this affects the intent of the test case and welcome any suggestions necessary to preserve it.