Compare commits

...

2 Commits

Author SHA1 Message Date
e7c2c0f2ef added debug logging 2025-05-19 17:57:25 -07:00
e555b40345 set environment variables in run command as well 2025-05-19 17:56:52 -07:00

View File

@ -544,6 +544,8 @@ if [[ "$1" != "--update" ]]; then
-e INCLUDE_DEFAULT_MODELS=true \
-e AUTOLOAD_MODELS=true \
-e MODEL_PATH=/models \
-e CONFIG_PATH=/config \
-e LOG_LEVEL=debug \
--restart unless-stopped \
localai:custom