Shrink down to just 1 yml file, putting the CPU and RAM into the env file, since the only docker-compose differences were the resource configuration.
This commit is contained in:
@@ -13,7 +13,7 @@ vi .env
|
||||
1. Run the `prep.sh` file to create the volume mounts.
|
||||
|
||||
```
|
||||
$DOCKER_HOME/Config/LibreTranslate/prep.sh
|
||||
./prep.sh
|
||||
```
|
||||
|
||||
2. If using a temporary location for `models/` such as `/tmp/`, ensure
|
||||
@@ -26,5 +26,6 @@ that `prep.sh` is in `root`'s crontab.
|
||||
3. Start the container up as normal.
|
||||
|
||||
```
|
||||
cp docker-compose.main.yml docker-compose.yml
|
||||
docker compose up -d
|
||||
```
|
||||
|
Reference in New Issue
Block a user