(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2023-06-02 13:45:37 +02:00 committed by GitSync
parent adc819a2f9
commit 9fa1446713

View File

@ -184,10 +184,10 @@ Outposts are available as OCI-containers and can be deployed like any other cont
https://goauthentik.io/docs/outposts/manual-deploy-docker-compose
```sh
[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"]
podman run --name authentik_ldap -p 389:3389 -p 636:6636 \
-e AUTHENTIK_HOST=https://{AUTHENTIK URL} \
-e AUTHENTIK_INSECURE=false \
-e AUTHENTIK_TOKEN={GENERATED TOKEN} \
-d ghcr.io/goauthentik/ldap:2023.2
```
[/prism]