fix: docker container volume mount location

This commit is contained in:
Timothy J. Baek
2023-12-27 00:11:23 -08:00
parent 21c7f50790
commit 7bdef56192
5 changed files with 8 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ services:
image: ollama-webui:latest
container_name: ollama-webui
volumes:
- ollama-webui:/app/backend
- ollama-webui:/app/backend/data
depends_on:
- ollama
ports: