diff --git a/docker-compose.yml b/docker-compose.yml index 330730a..8429efc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,8 +6,6 @@ services: image: traefik restart: unless-stopped ports: - # Read this on how to open ports - # https://github.com/chaifeng/ufw-docker - "80:80" - "443:443" volumes: @@ -77,7 +75,7 @@ services: ports: - 80:8080 environment: - - '/ollama/api=http://ollama:11434/api' + - './ollama/api=http://ollama:11434/api' extra_hosts: - host.docker.internal:host-gateway labels: