From de891cf7b87feb73d571ce2ab7771d34f6d54185 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 2 Mar 2023 02:44:36 +0100 Subject: [PATCH] Update README.md --- examples/authelia/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/authelia/README.md b/examples/authelia/README.md index 1875c6d..aed8544 100644 --- a/examples/authelia/README.md +++ b/examples/authelia/README.md @@ -20,3 +20,5 @@ The do the following: - traefik.enable=true - traefik.http.routers.protected-service.middlewares=authelia@file,local-ipwhitelist@file ```` + +Note: You can also use the docker provider `authelia@docker` instead of the file provider `authelia@file`.