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`
This commit is contained in:
parent
6c45e0c2ef
commit
5e28222332
@ -2,7 +2,7 @@ version: '3.9'
|
||||
|
||||
x-base_service: &base_service
|
||||
ports:
|
||||
- "7860:7860"
|
||||
- "${WEBUI_PORT:-7860}:7860"
|
||||
volumes:
|
||||
- &v1 ./data:/data
|
||||
- &v2 ./output:/output
|
||||
|
Loading…
Reference in New Issue
Block a user