fix(docker): update web service port mapping

This commit is contained in:
zenhouke
2026-02-11 23:26:46 +08:00
parent a7544f85ae
commit 6ab2a6d6b5
+1 -1
View File
@@ -116,7 +116,7 @@ services:
- VITE_AGENT_URL=${VITE_AGENT_URL:-http://localhost:8081}
container_name: memoh-web
ports:
- "8090:80"
- "80:80"
depends_on:
- server
- agent