1. Clone the release branch of the BookStack GitHub repository into a folder.
```bash
-git clone https://github.com/BookStackApp/BookStack.git --branch release --single-branch
+git clone https://github.com/BookStackApp/BookStack.git --branch release --single-branch bookstack
```
2. `cd` into the application folder and run `composer install --no-dev`.
3. Copy the `.env.example` file to `.env` and fill with your own database and mail details.
* [GitHub Repository](https://github.com/linuxserver/docker-bookstack)
* [GitHub container package](https://github.com/linuxserver/docker-bookstack/pkgs/container/bookstack)
+* [Example compose stack](https://codeberg.org/bookstack/devops/src/branch/main/config/lsio-docker/docker-compose.yml)
#### solidnerd