diff --git a/website/docs/installation/docker-compose-config.md b/website/docs/installation/configuration.md similarity index 91% rename from website/docs/installation/docker-compose-config.md rename to website/docs/installation/configuration.md index b3d6edeb6..3569c1c50 100644 --- a/website/docs/installation/docker-compose-config.md +++ b/website/docs/installation/configuration.md @@ -1,8 +1,8 @@ --- -title: docker-compose configuration +title: Configuration --- -These are all the configuration options you can set via docker-compose. These don't apply to Kubernetes, as those settings are configured via helm. +These are all the configuration options you can set via environment variables. Append any of the following keys to your `.env` file, and run `docker-compose up -d` to apply them. diff --git a/website/sidebars.js b/website/sidebars.js index 0129a9ffa..eb66aa4a7 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -14,7 +14,7 @@ module.exports = { items: [ "installation/index", "installation/docker-compose", - "installation/docker-compose-config", + "installation/configuration", "installation/reverse-proxy", "installation/kubernetes", "installation/beta",