mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 10:18:28 +01:00
docs: adjust authentik notes
This commit is contained in:
@@ -5,7 +5,19 @@
|
|||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
After spawning up this Authentik stack, you will be greeted by Authentik's login dashboard. However, you have to onboard an admin user first.
|
Start by creating a new Docker network for separation:
|
||||||
|
|
||||||
|
````
|
||||||
|
docker network create authentik-internal
|
||||||
|
````
|
||||||
|
|
||||||
|
Then adjust the `.env` file with your private secrets and spawn up the stack:
|
||||||
|
|
||||||
|
````
|
||||||
|
docker compose up -d
|
||||||
|
````
|
||||||
|
|
||||||
|
After spawning up the Authentik stack, you will be greeted by Authentik's login dashboard. However, you have to onboard an admin user first.
|
||||||
|
|
||||||
This is done by visiting the following URL:
|
This is done by visiting the following URL:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user