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
|
@ -11,6 +11,7 @@ services:
|
|||
ports:
|
||||
- "${HOST_PORT}:${CONTAINER_PORT}"
|
||||
- "${HOST_API_PORT}:${CONTAINER_API_PORT}"
|
||||
- "${HOST_API_STREAM_PORT}:${CONTAINER_API_STREAM_PORT}"
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue