mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
fix: properly expose and probe HTTP port for FastAPI
This commit is contained in:
parent
6fe35ac0ed
commit
ef12a9c05f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
|||
--include-shell \
|
||||
--include-exe=python3,python3.10,espeak-ng \
|
||||
--exclude-mounts=false \
|
||||
--expose=8880 \
|
||||
--http-probe=true \
|
||||
--http-probe-ports=8880
|
||||
|
||||
|
@ -105,6 +106,7 @@ jobs:
|
|||
--include-shell \
|
||||
--include-exe=python3,python3.10,espeak-ng \
|
||||
--exclude-mounts=false \
|
||||
--expose=8880 \
|
||||
--http-probe=true \
|
||||
--http-probe-ports=8880
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue