We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c45e0c commit 5e28222Copy full SHA for 5e28222
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.9'
2
3
x-base_service: &base_service
4
ports:
5
- - "7860:7860"
+ - "${WEBUI_PORT:-7860}:7860"
6
volumes:
7
- &v1 ./data:/data
8
- &v2 ./output:/output
0 commit comments