From cafff808aba63cb4b634a4a5e203e246f84641df Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Tue, 21 Mar 2023 09:04:50 -0500 Subject: [PATCH] website/docs: "productive" to "production" term change and version info (#5010) * production site change and version info * changed future tense to present tense * fixed section about .env file * removed code block with port info --------- Co-authored-by: Tana Berry --- website/docs/installation/docker-compose.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/installation/docker-compose.md b/website/docs/installation/docker-compose.md index 081861f28..8185f335c 100644 --- a/website/docs/installation/docker-compose.md +++ b/website/docs/installation/docker-compose.md @@ -2,7 +2,7 @@ title: Docker Compose installation --- -This installation method is for test-setups and small-scale productive setups. +This installation method is for test-setups and small-scale production setups. ## Requirements @@ -69,13 +69,13 @@ docker-compose pull docker-compose up -d ``` -The `docker-compose.yml` file statically references the latest version available at the time of downloading the compose file, which can be overridden with the `AUTHENTIK_TAG` environment variable. +The `docker-compose.yml` file statically references the latest version available at the time of downloading the compose file. Each time you upgrade to a newer version of authentik, you download a new `docker-compose.yml` file, which points to the latest available version. For more information, refer to the **Upgrading** section in the [Release Notes](../releases). -authentik is then reachable (by default) on port 9000 (HTTP) and port 9443 (HTTPS). +By default, authentik is reachable (by default) on port 9000 (HTTP) and port 9443 (HTTPS). To start the initial setup, navigate to `https://:9000/if/flow/initial-setup/`. -There you will be prompted to set a password for the akadmin user (the default user). +There you are prompted to set a password for the akadmin user (the default user). ## Explanation