Bind staging Docker to 18088 so portproxy can own 8088.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user