From ce8f97b8c93ed4f1ac05acacb0ddc86de85754b1 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Fri, 1 Mar 2024 21:13:10 +0800 Subject: [PATCH] Add Docker Compose instructions to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2c6053e..a8aac03 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ Read the **[Installation guide](https://docs.flarum.org/install)** to get started. For support, refer to the [documentation](https://docs.flarum.org/), and ask questions on the [community forum](https://discuss.flarum.org/) or [Discord chat](https://flarum.org/discord/). +## Docker Compose + +```sh +git clone https://github.com/furyhawk/flarum.git -b feature/docker-compose +docker run --rm -it -v $PWD:/app composer install +docker compose up -d +``` + ## Contributing Thank you for considering contributing to Flarum! Please read the **[Contributing guide](https://docs.flarum.org/contributing)** to learn how you can help.