From b7a474ae08d885858c81c3e4f2f714fd35752b99 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 10 Jun 2024 14:33:46 +0800 Subject: [PATCH] Refactor openwebui.yml to remove container_name and extra_hosts --- swarm/openwebui.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/swarm/openwebui.yml b/swarm/openwebui.yml index a102d0b..da1704a 100644 --- a/swarm/openwebui.yml +++ b/swarm/openwebui.yml @@ -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: