fix: Change nginx port to 8087 — port 80 taken by NPM

NPM handles SSL termination and proxies to 8087.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-02-15 00:50:30 -05:00
parent fd509eea96
commit c20ed2d384

View File

@@ -73,8 +73,7 @@ services:
image: nginx:alpine
container_name: corrosion-nginx
ports:
- "80:80"
- "443:443"
- "8087:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ../frontend/dist:/usr/share/nginx/html:ro