Fixed WebUI's volume

This commit is contained in:
2024-10-30 17:35:00 -07:00
parent 92b2d7bd21
commit b90131519f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ services:
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
volumes:
- "${VOL_PATH:-./data}/webui:/root/.cache"
- "${VOL_PATH:-./data}/open-webui:/app/backend/data"
extra_hosts:
- "host.docker.internal:host-gateway"
ports: