From f2b25ce8685a5ca0f4fe5abab41706270c8482e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Thu, 20 Apr 2023 03:01:08 +0200 Subject: [PATCH] Mount configuration read-only --- docker-compose.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index 678060f..e7a93da 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -9,7 +9,7 @@ services: environment: - FABCAL_CACHE_EXPIRE=120 volumes: - - ./config.yml:/app/config.yml + - ./config.yml:/app/config.yml:ro # use the line below when running this behind reverse proxy (only if it sets the proxy headers, though) #command: --proxy-headers --forwarded-allow-ips="*"