missing stream api port added to docker compose (#2005)
This commit is contained in:
parent
309b72e549
commit
4e9da22c58
2 changed files with 6 additions and 0 deletions
|
@ -21,5 +21,10 @@ HOST_API_PORT=5000
|
|||
# the port the api binds to inside the container
|
||||
CONTAINER_API_PORT=5000
|
||||
|
||||
# the port the api stream endpoint binds to on the host
|
||||
HOST_API_STREAM_PORT=5005
|
||||
# the port the api stream endpoint binds to inside the container
|
||||
CONTAINER_API_STREAM_PORT=5005
|
||||
|
||||
# the version used to install text-generation-webui from
|
||||
WEBUI_VERSION=HEAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue