Be more specific about the docker home location, rather than accidentally promoting the use of a variable which would not work.

This commit is contained in:
2025-07-26 12:01:10 -07:00
parent 29d1affcd8
commit 27689e25d8

View File

@@ -42,6 +42,5 @@ MODELS_DIR=../../Volumes/LibreTranslate/models
## Storing them in /tmp/ will cause them to get reset after reboots, but hides ## Storing them in /tmp/ will cause them to get reset after reboots, but hides
## them from backup type locations such as Volumes/LibreTranslate/ and /var/. ## them from backup type locations such as Volumes/LibreTranslate/ and /var/.
## This will require a CRON entry for prepping the project dirs after a reboot. ## This will require a CRON entry for prepping the project dirs after a reboot.
## `@reboot /YOUR_DOCKER_HOME/Config/LibreTranslate/prep.sh` ## `@reboot /opt/Docker/Config/LibreTranslate/prep.sh`
##
# MODELS_DIR=/tmp/LibreTranslate/models # MODELS_DIR=/tmp/LibreTranslate/models