From 787c2f9c05af53f3ad9e7ec39e33a6e876808a34 Mon Sep 17 00:00:00 2001 From: kuroivy Date: Sun, 28 Sep 2025 21:13:37 +0200 Subject: [PATCH] Typo --- docs/examples/docker/idp-authentik-traefik/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/docker/idp-authentik-traefik/README.md b/docs/examples/docker/idp-authentik-traefik/README.md index 9517ace7..250555de 100644 --- a/docs/examples/docker/idp-authentik-traefik/README.md +++ b/docs/examples/docker/idp-authentik-traefik/README.md @@ -12,9 +12,9 @@ To control more than just letting users through to your instance, make sure to a This will allow you to use copyparty's existing config mechanisms to manage users from your SSO. Add the relevant user/s to the su group to given them superuser privilleges within copyparty. -Ensure to create the external network proxy (not needed if everything you want behind traefik is is the same docker-compose stack).To create the "proxy" docker network see https://docs.docker.com/reference/cli/docker/network/create/ +Make sure to create the external network `proxy` (not needed if everything you want behind traefik is is the same docker-compose stack).To create the `proxy` docker network see https://docs.docker.com/reference/cli/docker/network/create/ -for an basic example: +for a basic example: `docker network create -d bridge proxy` this is based on: