From 1440394b604f52fa91a19083dab2a7a231c99fef Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 3 Aug 2021 20:52:13 +1000 Subject: [PATCH] docs: fix missing line from the lite guide (#2230) This ensures users checkout the latest tagged release when using the lite deployment. Co-authored-by: Amir Zarrinkafsh --- docs/deployment/deployment-lite.md | 1 + examples/compose/lite/README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 examples/compose/lite/README.md diff --git a/docs/deployment/deployment-lite.md b/docs/deployment/deployment-lite.md index b9b281008..978ff886c 100644 --- a/docs/deployment/deployment-lite.md +++ b/docs/deployment/deployment-lite.md @@ -32,6 +32,7 @@ setup can easily be adapted to utilise said [service](../configuration/storage/i - `git clone https://github.com/authelia/authelia.git` - `cd authelia/examples/compose/lite` +- ``git checkout $(git describe --tags `git rev-list --tags --max-count=1`)`` - Modify the `users_database.yml` the default username and password is `authelia` - Modify the `configuration.yml` and `docker-compose.yml` with your respective domains and secrets - `docker-compose up -d` diff --git a/examples/compose/lite/README.md b/examples/compose/lite/README.md new file mode 100644 index 000000000..be057a228 --- /dev/null +++ b/examples/compose/lite/README.md @@ -0,0 +1,3 @@ +# Usage + +Please see the [documentation](https://www.authelia.com/docs/deployment/deployment-lite.html) for usage instructions. \ No newline at end of file