From 4cfda7eeceec77799bb4ccc7b783940426413365 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Tue, 1 Jun 2021 01:17:26 +0200 Subject: [PATCH] fix(docs): Update link to Lite bundle (#2048) --- docs/deployment/deployment-lite.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment/deployment-lite.md b/docs/deployment/deployment-lite.md index 1ec349bb3..b9b281008 100644 --- a/docs/deployment/deployment-lite.md +++ b/docs/deployment/deployment-lite.md @@ -38,7 +38,7 @@ setup can easily be adapted to utilise said [service](../configuration/storage/i ## Reverse Proxy -The [Lite bundle](https://github.com/authelia/authelia/blob/master/compose/lite/docker-compose.yml) +The [Lite bundle](https://github.com/authelia/authelia/blob/master/examples/compose/lite/docker-compose.yml) provides pre-made examples with [Traefik2.x](./supported-proxies/traefik2.x.md), you can swap this out for any of the [supported proxies](./supported-proxies/index.md). @@ -50,4 +50,4 @@ This documentation gives instructions that will make **Authelia** non resilient to failures and non scalable by preventing you from running multiple instances of the application. This means that **Authelia** won't be able to distribute the load across multiple servers and it will prevent failover in case of a -crash or an hardware issue. \ No newline at end of file +crash or an hardware issue.