Skip to content

Commit

Permalink
Update docker command (#3600)
Browse files Browse the repository at this point in the history
The newer versions of docker dont have the hyphenated command so update the documentation to reflect this.
  • Loading branch information
NickColley authored Jul 24, 2024
1 parent dfb0b1d commit 7087e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

For a simple local development environment running on PHP, you will need:
```
cd ./dev && docker-compose up -d
cd ./dev && docker compose up -d
```
just navigate to [localhost:8000](http://localhost:8000/) to view the site.

Expand Down

0 comments on commit 7087e0f

Please sign in to comment.