Merge pull request #75 from BlessedRebuS/fix/readme-docker-compose-error

Fix typo in readme
This commit is contained in:
Patrick Di Fazio
2026-02-05 15:35:09 +01:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ services:
- "5000:5000" - "5000:5000"
environment: environment:
- CONFIG_LOCATION=config.yaml - CONFIG_LOCATION=config.yaml
- TZ="Europe/Rome" - "TZ=Europe/Rome"
volumes: volumes:
- ./config.yaml:/app/config.yaml:ro - ./config.yaml:/app/config.yaml:ro
# bind mount for firewall exporters # bind mount for firewall exporters