From 3d47ef00424325c747211dffda851b49dbd59a7a Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Tue, 8 Jun 2021 21:09:10 +0200 Subject: [PATCH] update --- zammad/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zammad/readme.md b/zammad/readme.md index 2870891..32595ea 100644 --- a/zammad/readme.md +++ b/zammad/readme.md @@ -72,7 +72,8 @@ I prefer to store backups as bind mounts rather than volumes, as volumes can get destroyed by a simple `docker-compose down -v` that can popup in terminal history if used before, and be run by accident. -So here we override backup locations and join it to reverse proxy network.
+So here we override backup location, set two env variables to fix reverse +proxy, and join it to reverse proxy caddy network.
`docker-compose.override.yml` ```yml