diff --git a/roles/web-app-openwebui/templates/docker-compose.yml.j2 b/roles/web-app-openwebui/templates/docker-compose.yml.j2 index ec7b3cf3..1920e290 100644 --- a/roles/web-app-openwebui/templates/docker-compose.yml.j2 +++ b/roles/web-app-openwebui/templates/docker-compose.yml.j2 @@ -3,8 +3,6 @@ {% include 'roles/docker-container/templates/base.yml.j2' %} image: {{ OPENWEBUI_IMAGE }}:{{ OPENWEBUI_VERSION }} container_name: {{ OPENWEBUI_CONTAINER }} - depends_on: - - ollama ports: - "127.0.0.1:{{ OPENWEBUI_PORT_PUBLIC }}:8080" volumes: