From 01e54cb986b81b48e98f74b14e7cc46869fb300b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 11 Aug 2021 21:53:20 +0200 Subject: [PATCH] website/docs: update compose install Signed-off-by: Jens Langhammer --- website/docs/installation/docker-compose.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/installation/docker-compose.md b/website/docs/installation/docker-compose.md index ee678380c..3c9cccbe3 100644 --- a/website/docs/installation/docker-compose.md +++ b/website/docs/installation/docker-compose.md @@ -14,8 +14,6 @@ This installation method is for test-setups and small-scale productive setups. Download the latest `docker-compose.yml` from [here](https://raw.githubusercontent.com/goauthentik/authentik/version/2021.7.3/docker-compose.yml). Place it in a directory of your choice. -To optionally enable error-reporting, run `echo AUTHENTIK_ERROR_REPORTING__ENABLED=true >> .env` - To optionally deploy a different version run `echo AUTHENTIK_TAG=2021.7.3 >> .env` If this is a fresh authentik install run the following commands to generate a password: @@ -78,7 +76,7 @@ docker-compose pull docker-compose up -d ``` -The compose file statically references the latest version available at the time of downloading the compose file, which can be overridden with the `SERVER_TAG` environment variable. +The compose 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. authentik will then be reachable on port 9000 (HTTP) and port 9443 (HTTPS).