Small simplification

This commit is contained in:
Patrice-Gaudicheau 2024-03-31 22:35:44 +02:00
parent ee38b3c84d
commit 68cfdd89c4
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,8 @@ remove:
start:
@docker-compose start
startanbuild:
docker-compose up -d --build
stop:
@docker-compose stop

View file

@ -27,7 +27,6 @@ services:
environment:
- 'OLLAMA_BASE_URL=http://ollama:11434'
- 'WEBUI_SECRET_KEY='
- 'DATA_DIR=/app/backend/data'
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped