Refactor openwebui.yml to expose OPEN_WEBUI_PORT environment variable
This commit is contained in:
@@ -12,6 +12,8 @@ services:
|
||||
- ENABLE_OLLAMA_API=${ENABLE_OLLAMA_API:-false}
|
||||
volumes:
|
||||
- /var/data/open-webui:/app/backend/data
|
||||
expose:
|
||||
- ${OPEN_WEBUI_PORT:-8080}
|
||||
networks:
|
||||
- traefik-public
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user