From f0177c91896a6be85e9f91f206f7fc90b8bcef5c Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 24 Oct 2025 21:29:25 +0200 Subject: [PATCH] fix dockerfile 18 --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 8633cee..b3a22f2 100644 --- a/start.sh +++ b/start.sh @@ -24,4 +24,4 @@ echo "Validating configuration..." /usr/sbin/knotc conf-check echo "Starting Knot DNS server..." -exec /usr/sbin/knotd -d \ No newline at end of file +exec /usr/sbin/knotd \ No newline at end of file