Commit 68cfdd89 authored by Patrice-Gaudicheau's avatar Patrice-Gaudicheau
Browse files

Small simplification

parent ee38b3c8
......@@ -8,6 +8,8 @@ remove:
start:
@docker-compose start
startanbuild:
docker-compose up -d --build
stop:
@docker-compose stop
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment