From 657d9298215aa082a5a088e52fbbff50de638408 Mon Sep 17 00:00:00 2001 From: Christopher Bisset Date: Wed, 3 Aug 2022 12:52:36 +1000 Subject: [PATCH] default http port to 8080 to prevent permission problems --- docker/production/Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/production/Caddyfile b/docker/production/Caddyfile index 1805219..0a98ab7 100644 --- a/docker/production/Caddyfile +++ b/docker/production/Caddyfile @@ -1,5 +1,6 @@ { skip_install_trust + http_port 8080 https_port 443 } :443 {