LibreTranslate Reboot Fix #6

Merged
me merged 6 commits from dev into main 2025-07-26 13:57:58 -07:00
4 changed files with 35 additions and 9 deletions
Showing only changes of commit a868f874d7 - Show all commits

View File

@@ -6,7 +6,7 @@
DIR="$(dirname -- "${BASH_SOURCE[0]}")"
cd $DIR
source .env
source ./.env
## Main ##
@@ -14,7 +14,7 @@ source .env
docker compose down
# Create folders.
prep.sh
./prep.sh
# Start the container.
docker compose up -d