Browse Source

chore: ollama-webui volume added to compose

Timothy J. Baek 1 năm trước cách đây
mục cha
commit
0be4fa11cd
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      docker-compose.yml

+ 3 - 0
docker-compose.yml

@@ -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: {}