fix: Nginx port 8281 mapping restored

This commit is contained in:
jade
2026-07-24 17:46:09 +09:00
parent fa268edf7d
commit a409652bdf

View File

@@ -46,6 +46,7 @@ services:
nginx:
image: nginx:latest
ports:
- "8281:8281"
- "8282:8282"
- "8283:8283"
- "8284:8284"
@@ -275,3 +276,4 @@ services:
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}