Change host port to 9112

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michael Simard
2026-01-22 09:28:57 -06:00
parent 9d0750ab27
commit d38c44b02c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
vars { vars {
baseUrl: https://your-production-server.com:8000 baseUrl: http://192.168.2.61:9112
} }

View File

@@ -4,7 +4,7 @@ services:
container_name: subspace-tv-config container_name: subspace-tv-config
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8000:8000" - "9112:8000"
env_file: env_file:
- .env - .env
volumes: volumes: