local-ai - use correct directory where models are stored

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-10-18 15:27:37 +02:00
parent caeff27bf5
commit 0feaa9d527

View file

@ -9,7 +9,8 @@
"internal_port": "8080", "internal_port": "8080",
"restart": "unless-stopped", "restart": "unless-stopped",
"environment": [ "environment": [
"TZ=%TIMEZONE%" "TZ=%TIMEZONE%",
"MODELS_PATH=/models"
], ],
"volumes": [ "volumes": [
{ {