From 4433250c19d4546d4946ec869c65d532d91385e0 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 16 Apr 2026 17:35:59 +0800 Subject: [PATCH] fix: correct container port mapping to 80 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 180f43d..8753d89 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,7 +11,7 @@ services: extra_hosts: - 'host.docker.internal:host-gateway' ports: - - '${APP_PORT:-80}:8080' + - '${APP_PORT:-80}:80' - '${VITE_PORT:-5173}:${VITE_PORT:-5173}' environment: WWWUSER: '${WWWUSER}'