From 1d76acc7b7c9aae1605b2dbdda74c6340ad02d54 Mon Sep 17 00:00:00 2001 From: carnivuth Date: Thu, 5 Feb 2026 15:07:09 +0100 Subject: [PATCH] fixed typo in docker compose descriptor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a50dd..70b23ce 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ services: - "5000:5000" environment: - CONFIG_LOCATION=config.yaml - - TZ="Europe/Rome" + - "TZ=Europe/Rome" volumes: - ./config.yaml:/app/config.yaml:ro # bind mount for firewall exporters