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 <nightah@me.com>
pull/2232/head
James Elliott 2021-08-03 20:52:13 +10:00 committed by GitHub
parent 89199cff08
commit 1440394b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,7 @@ setup can easily be adapted to utilise said [service](../configuration/storage/i
- `git clone https://github.com/authelia/authelia.git` - `git clone https://github.com/authelia/authelia.git`
- `cd authelia/examples/compose/lite` - `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 `users_database.yml` the default username and password is `authelia`
- Modify the `configuration.yml` and `docker-compose.yml` with your respective domains and secrets - Modify the `configuration.yml` and `docker-compose.yml` with your respective domains and secrets
- `docker-compose up -d` - `docker-compose up -d`

View File

@ -0,0 +1,3 @@
# Usage
Please see the [documentation](https://www.authelia.com/docs/deployment/deployment-lite.html) for usage instructions.