Skip to content

Commit

Permalink
Small simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrice-Gaudicheau committed Mar 31, 2024
1 parent ee38b3c commit 68cfdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ remove:

start:
@docker-compose start
startanbuild:
docker-compose up -d --build

stop:
@docker-compose stop
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68cfdd8

Please sign in to comment.