Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn08 authored Feb 26, 2024
1 parent 172c203 commit b91cf56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai-services/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

ollama-webui:
container_name: ollama-webui
image: ghcr.io/ollama-webui/ollama-webui:main
image: ghcr.io/open-webui/open-webui:main
volumes:
- ${VOLUMES_PATH}/ai-services/ollama-webui:/app/backend/data
environment:
Expand All @@ -24,4 +24,4 @@ services:
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped


0 comments on commit b91cf56

Please sign in to comment.