chore: ollama-webui volume added to compose

This commit is contained in:
Timothy J. Baek 2023-12-26 17:36:06 -08:00
parent 0dd2b7485b
commit 0be4fa11cd

View File

@ -18,6 +18,8 @@ services:
dockerfile: Dockerfile
image: ollama-webui:latest
container_name: ollama-webui
volumes:
- ollama-webui:/app/backend
depends_on:
- ollama
ports:
@ -30,3 +32,4 @@ services:
volumes:
ollama: {}
ollama-webui: {}