Libreranslate Configuration
Install
- Copy 
env.exampleto.envand adjust the values as necessary. 
cd $DOCKER_HOME/Config/LibreTranslate
cp env.example .env
vi .env
- Run the 
prep.shfile to create the volume mounts. 
$DOCKER_HOME/Config/LibreTranslate/prep.sh
- If using  a temporary location for 
models/such as/tmp/, ensure thatprep.shis inroot's crontab. 
@reboot $DOCKER_HOME/Config/LibreTranslate/prep.sh
- Start the container up as normal.
 
docker compose up -d