From 562eb8af95edf5cdda82133f2bb602d6da7a45e6 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 5 Aug 2021 20:24:47 +0200 Subject: [PATCH] website/docs: remove traefik and fix compose port Signed-off-by: Jens Langhammer --- website/docs/installation/docker-compose.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/installation/docker-compose.md b/website/docs/installation/docker-compose.md index 35fd00f10..ee678380c 100644 --- a/website/docs/installation/docker-compose.md +++ b/website/docs/installation/docker-compose.md @@ -78,9 +78,9 @@ docker-compose pull docker-compose up -d ``` -The compose file statically references the latest version available at the time of downloading, 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 `SERVER_TAG` environment variable. -authentik will then be reachable HTTPS on port 443. You can optionally configure the packaged traefik to use Let's Encrypt certificates for TLS Encryption. +authentik will then be reachable on port 9000 (HTTP) and port 9443 (HTTPS). To start the initial setup, navigate to `https:///if/flow/initial-setup/`. There you will be prompted to set a password for the akadmin user.