website/docs: fix ports for current outpost
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
6d08ba2513
commit
e59ede5422
|
@ -13,8 +13,11 @@ services:
|
||||||
authentik_proxy:
|
authentik_proxy:
|
||||||
image: ghcr.io/goauthentik/proxy:2021.8.5
|
image: ghcr.io/goauthentik/proxy:2021.8.5
|
||||||
ports:
|
ports:
|
||||||
- 9000:9000
|
- 4180:4180
|
||||||
- 9443:9443
|
- 4443:4443
|
||||||
|
# Starting in authentik 2021.9, use the ports below
|
||||||
|
# - 9000:9000
|
||||||
|
# - 9443:9443
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_HOST: https://your-authentik.tld
|
AUTHENTIK_HOST: https://your-authentik.tld
|
||||||
AUTHENTIK_INSECURE: "false"
|
AUTHENTIK_INSECURE: "false"
|
||||||
|
|
Reference in New Issue