From a68e3b65ccb4715700c567853cd157e6a1241f75 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:01:30 +0100 Subject: [PATCH] chore: Update README.md --- examples/authentik/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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