From a7e52a29529846c2af8bba037bd232597049f066 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 7 Oct 2024 13:12:36 +0200 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d6ae79..b2c8327 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ services: environment: # specify the time zone for the server - TZ=Etc/UTC + # uncomment the underlying line if you want to enable custom fixes + #- ENABLE_FIXES=true restart: unless-stopped ```