mirror of https://github.com/flarum/flarum
Update Docker Compose branch name
parent
cc50b2238c
commit
8a173f4479
|
@ -27,7 +27,7 @@ Read the **[Installation guide](https://docs.flarum.org/install)** to get starte
|
||||||
## Docker Compose
|
## Docker Compose
|
||||||
|
|
||||||
```sh
|
```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 run --rm -it -v $PWD:/app composer install
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue