Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 authored May 19, 2019
1 parent 2dc18c8 commit e2fb276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ git clone https://github.com/boyney123/mockit.git
```

```sh
cd mockit && docker-compose up -d
cd mockit && docker-compose up --build -d
```

Once everything is up and running go to [http://localhost:5000](http://localhost:5000) to see MockIt.
Expand All @@ -74,7 +74,7 @@ For instructions on how to use MockIt please see the [documentation](https://moc
_If you get error: `Couldn't connect to Docker daemon at http+docker://localhost - is it running?` you might need run_ with *sudo*

```
sudo docker-compose up -d
sudo docker-compose up --build -d
```


Expand Down

0 comments on commit e2fb276

Please sign in to comment.