fix: bypass nginx and map gateway directly to 8281

This commit is contained in:
jade
2026-07-24 17:47:41 +09:00
parent 05a242e5de
commit d7b80a644c
2 changed files with 3 additions and 11 deletions

View File

@@ -46,7 +46,6 @@ services:
nginx:
image: nginx:latest
ports:
- "8281:8281"
- "8282:8282"
- "8283:8283"
- "8284:8284"
@@ -277,3 +276,4 @@ services: