Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tallesairan committed Aug 1, 2023
1 parent e4f2f15 commit 4d04af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ services:
WEBUI_VERSION: ${WEBUI_VERSION:-HEAD}
env_file: .env
ports:
- "${HOST_PORT:-7860}:${CONTAINER_PORT:-7860}"
- "7861:7861"
- "5020-5026:5020-5026"
- "${HOST_API_STREAM_PORT:-5005}:${CONTAINER_API_STREAM_PORT:-5005}"
- "5016:5016"
stdin_open: true
tty: true
volumes:
Expand Down

0 comments on commit 4d04af8

Please sign in to comment.