From 8a173f4479972da45d42abbd53544a7d3aee2515 Mon Sep 17 00:00:00 2001 From: Teck Meng <furyx@hotmail.com> Date: Fri, 1 Mar 2024 22:30:53 +0800 Subject: [PATCH] Update Docker Compose branch name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8aac03..6c44a55 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Read the **[Installation guide](https://docs.flarum.org/install)** to get starte ## Docker Compose ```sh -git clone https://github.com/furyhawk/flarum.git -b feature/docker-compose +git clone https://github.com/furyhawk/flarum.git -b docker-compose docker run --rm -it -v $PWD:/app composer install docker compose up -d ```