Commit 0be4fa11 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: ollama-webui volume added to compose

parent 0dd2b748
...@@ -18,6 +18,8 @@ services: ...@@ -18,6 +18,8 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
image: ollama-webui:latest image: ollama-webui:latest
container_name: ollama-webui container_name: ollama-webui
volumes:
- ollama-webui:/app/backend
depends_on: depends_on:
- ollama - ollama
ports: ports:
...@@ -30,3 +32,4 @@ services: ...@@ -30,3 +32,4 @@ services:
volumes: volumes:
ollama: {} ollama: {}
ollama-webui: {}
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