From 2589c84f4d474a57562cb6d8eb89508a9b7761f6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 24 May 2025 13:23:40 +1200 Subject: [PATCH] Change default to port 8181 --- squashkiwi/config/service.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashkiwi/config/service.env b/squashkiwi/config/service.env index 74ddf8c..bd27061 100644 --- a/squashkiwi/config/service.env +++ b/squashkiwi/config/service.env @@ -1,7 +1,7 @@ # Service settings specific to this server # (can also override anything in the .template_info.env file in the template to make it specific to this server) -HOST_PORT=80 +HOST_PORT=8181 LOCAL_DATA_FOLDER="/home/dropshell/example-squashkiwi" IMAGE_TAG="latest"