Refactor openwebui.yml to remove container_name and extra_hosts

This commit is contained in:
2024-06-10 14:33:46 +08:00
parent cecd6bca5e
commit b7a474ae08
-3
View File
@@ -5,11 +5,8 @@ networks:
services:
open-webui:
image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main}
container_name: open-webui
volumes:
- /var/data/open-webui:/app/backend/data
extra_hosts:
- host.docker.internal:host-gateway
networks:
- traefik-public
deploy: