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
parent
89199cff08
commit
1440394b60
|
@ -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`
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# Usage
|
||||
|
||||
Please see the [documentation](https://www.authelia.com/docs/deployment/deployment-lite.html) for usage instructions.
|
Loading…
Reference in New Issue