Change Wyoming port from 10200 to 10300
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m20s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m20s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
- render
|
||||
|
||||
ports:
|
||||
- "10200:10200"
|
||||
- "10300:10300"
|
||||
|
||||
volumes:
|
||||
# Persist HuggingFace model/voice cache so downloads survive container restarts
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
import socket
|
||||
s = socket.socket()
|
||||
s.settimeout(5)
|
||||
s.connect(('localhost', 10200))
|
||||
s.connect(('localhost', 10300))
|
||||
s.close()
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
|
||||
Reference in New Issue
Block a user