Bind staging Docker to 18088 so portproxy can own 8088.

This commit is contained in:
2026-08-24 12:06:13 +03:30
parent 2a0f9dbfee
commit 5ac3a4a708
5 changed files with 23 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ services:
frontend:
condition: service_healthy
ports:
- "127.0.0.1:${STAGING_HTTP_PORT:-8088}:80"
- "127.0.0.1:${STAGING_LOCAL_PORT:-18088}:80"
volumes:
- ./nginx/http-only.conf:/etc/nginx/conf.d/default.conf:ro
- ./logs/nginx-staging:/var/log/nginx