Skip to content

Commit 5e28222

Browse files
authored
Allow setting port through env WEBUI_PORT (#521)
I am actually not happy with this solution, I would prefer if it was possible to customize the ports within `docker-compose.override.yml`
1 parent 6c45e0c commit 5e28222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
x-base_service: &base_service
44
ports:
5-
- "7860:7860"
5+
- "${WEBUI_PORT:-7860}:7860"
66
volumes:
77
- &v1 ./data:/data
88
- &v2 ./output:/output

0 commit comments

Comments
 (0)