Fix typo in README.md

Found via `codespell -L ot,fo,te,ue,inout,optionel`
This commit is contained in:
Kian-Meng Ang 2022-09-26 20:14:01 +08:00
parent 052f0ae1cd
commit 057e4b01c9

View file

@ -202,7 +202,7 @@ docker-compose -f docker-compose.cuda.yml up -d --build
| --disable-files-translation | Disable files translation | `false` | LT_DISABLE_FILES_TRANSLATION |
| --disable-web-ui | Disable web ui | `false` | LT_DISABLE_WEB_UI |
Note that each argument has an equivalent environment variable that can be used instead. The env. variables overwrite the default values but have lower priority than the command aguments and are particularly useful if used with Docker. The environment variable names are the upper-snake-case of the equivalent command argument's name with a `LT` prefix.
Note that each argument has an equivalent environment variable that can be used instead. The env. variables overwrite the default values but have lower priority than the command arguments and are particularly useful if used with Docker. The environment variable names are the upper-snake-case of the equivalent command argument's name with a `LT` prefix.
## Run with WSGI and Gunicorn