fix: map Nginx 8281 to host 8080 to restore Apache proxy connection
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 12m3s

This commit is contained in:
jade
2026-07-24 11:44:01 +09:00
parent f56e503a29
commit 53f5047c8e

View File

@@ -46,7 +46,7 @@ services:
nginx: nginx:
image: nginx:latest image: nginx:latest
ports: ports:
- "8281:8281" - "8080:8281"
- "8282:8282" - "8282:8282"
- "8283:8283" - "8283:8283"
- "8284:8284" - "8284:8284"