Merge remote-tracking branch 'origin/master'
# Conflicts: # docker-compose.yml
This commit is contained in:
commit
4f65a05e10
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user