mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 13:56:45 +08:00
local-ai - use correct directory where models are stored
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
caeff27bf5
commit
0feaa9d527
1 changed files with 2 additions and 1 deletions
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue