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`
pull/522/head
AbdBarho 11 months ago committed by GitHub
parent 6c45e0c2ef
commit 5e28222332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save