Change Hub port from 3000 to 3847
- Add HUB_PORT variable to .env.example - Update docker-compose.yml to use configurable port - Update nginx config to proxy to port 3847 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ server {
|
||||
|
||||
# Proxy to Hub container
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
proxy_pass http://127.0.0.1:3847;
|
||||
proxy_http_version 1.1;
|
||||
|
||||
# Headers
|
||||
|
||||
Reference in New Issue
Block a user