[skip ci] Fix/broken server startup due to incorrect env vars in docker compose file (#88)

* Remove '"' from the FlareSolverr url in compose file

Causes the "startup_script.sh" to throw an error

* Comment out default env vars in compose file

* Update "env vars" readme section
This commit is contained in:
schroda
2024-02-02 03:33:28 +01:00
committed by GitHub
parent a2dcd0eda8
commit a66ac97e7e
2 changed files with 25 additions and 16 deletions

View File

@@ -22,14 +22,14 @@ Use the template [docker-compose.yml](./docker-compose.yml) in this repo for cre
# Environment Variables
> [!NOTE]
> See [server-reference.conf](https://github.com/Suwayomi/Suwayomi-Server/blob/master/server/src/main/resources/server-reference.conf) in the [Suwayomi-Server](https://github.com/Suwayomi/Suwayomi-Server) repository for the default values
> [!CAUTION]
> Providing an environment variable will <b>overwrite</b> the current setting value when starting the container.
> [!Tip]
> Settings can be changed during runtime via the webUI.
> Most of the time you don't need to use environment variables, instead settings can be changed during runtime via the webUI. (which will be rendered useless when providing an environment variable)
> [!CAUTION]
> Providing an environment variable will overwrite the current value in the server.conf file.
> [!NOTE]
> See [server-reference.conf](https://github.com/Suwayomi/Suwayomi-Server/blob/master/server/src/main/resources/server-reference.conf) in the [Suwayomi-Server](https://github.com/Suwayomi/Suwayomi-Server) repository for the default values
There are a number of environment variables available to configure Suwayomi: