From a3d6cdcee120d3b41505868171f71490621f6d7f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 26 Jul 2025 13:55:04 -0700 Subject: [PATCH] Number list rather than relying on autoincrement. --- Config/LibreTranslate/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Config/LibreTranslate/README.md b/Config/LibreTranslate/README.md index bfdbe42..c8054b8 100644 --- a/Config/LibreTranslate/README.md +++ b/Config/LibreTranslate/README.md @@ -10,20 +10,20 @@ cp env.example .env vi .env ``` -1. Run the `prep.sh` file to create the volume mounts. +2. Run the `prep.sh` file to create the volume mounts. ``` ./prep.sh ``` -1. If using a temporary location for `models/` such as `/tmp/`, ensure +3. If using a temporary location for `models/` such as `/tmp/`, ensure that the reboot script is in `root`'s crontab to set the folders back up. ``` @reboot /opt/Docker/Config/LibreTranslate/cron-reboot.sh ``` -1. Start the container up as normal. +4. Start the container up as normal. ``` cp docker-compose.main.yml docker-compose.yml