diff --git a/examples/authentik/README.md b/examples/authentik/README.md index cb9eff7..fe11ecc 100644 --- a/examples/authentik/README.md +++ b/examples/authentik/README.md @@ -5,13 +5,7 @@ # Notes -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: +Adjust the `.env` file with your private secrets and spawn up the stack: ```` docker compose up -d