Mount configuration read-only

This commit is contained in:
Fabian Müller 2023-04-20 03:01:08 +02:00
parent 691f9181e1
commit f2b25ce868

View File

@ -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="*"