From 585fffd7ac2e0bdad99bd7f516fa6e5c8499dc83 Mon Sep 17 00:00:00 2001 From: nocci Date: Sun, 4 May 2025 14:27:56 +0200 Subject: [PATCH] disabled flask debug in docker-compose.yml --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index b67b392..26810e7 100644 --- a/setup.sh +++ b/setup.sh @@ -2089,7 +2089,7 @@ services: - "5000:5000" - "5678:5678" environment: - - FLASK_DEBUG=1 + - FLASK_DEBUG=0 - REGISTRATION_ENABLED=${REGISTRATION_ENABLED:-True} - TZ=${TZ} volumes: