website/docs: fix ports for current outpost

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-09-13 22:03:02 +02:00
parent 6d08ba2513
commit e59ede5422
1 changed files with 5 additions and 2 deletions

View File

@ -13,8 +13,11 @@ services:
authentik_proxy:
image: ghcr.io/goauthentik/proxy:2021.8.5
ports:
- 9000:9000
- 9443:9443
- 4180:4180
- 4443:4443
# Starting in authentik 2021.9, use the ports below
# - 9000:9000
# - 9443:9443
environment:
AUTHENTIK_HOST: https://your-authentik.tld
AUTHENTIK_INSECURE: "false"