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`.