Change host port to 9112
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
vars {
|
vars {
|
||||||
baseUrl: https://your-production-server.com:8000
|
baseUrl: http://192.168.2.61:9112
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user