Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This repo includes a [docker-compose.yml](docker-compose.yml) file with:
By cloning the repo and then running `docker-compose up`, you'll get a fully functional Decidim app complete with seed data, accessible at http://localhost:3000.

```bash
git clone git@github.com:decidim/docker.git decidim-docker
git clone https://github.com/decidim/docker.git decidim-docker
cd decidim-docker
docker-compose up
```
Expand Down