Update Docker Compose branch name

pull/90/head
Teck Meng 2024-03-01 22:30:53 +08:00
parent cc50b2238c
commit 8a173f4479
1 changed files with 1 additions and 1 deletions

View File

@ -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
```