]> BookStack Code Mirror - website/blobdiff - content/docs/admin/installation.md
Added linuxserver compose example link and other changes
[website] / content / docs / admin / installation.md
index 342671f8f63feca42876574845b007a36fc47535..a329ed9664c1c805097734fcfd5e290e1ff8d72a 100644 (file)
@@ -61,7 +61,7 @@ This project currently uses the `release` branch of the BookStack GitHub reposit
 
 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.
@@ -89,6 +89,7 @@ Community docker setups are available for those that would prefer to use a conta
 
 * [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