From 68cfdd89c401b51da2ddd51f2da2f9dde456b57b Mon Sep 17 00:00:00 2001 From: Patrice-Gaudicheau Date: Sun, 31 Mar 2024 22:35:44 +0200 Subject: [PATCH] Small simplification --- Makefile | 2 ++ docker-compose.yaml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbcc41d9..9784eacb 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,8 @@ remove: start: @docker-compose start +startanbuild: + docker-compose up -d --build stop: @docker-compose stop diff --git a/docker-compose.yaml b/docker-compose.yaml index 54b72f52..f69084b8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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