Skip to content

Commit

Permalink
Merge pull request #300 from miketheman/patch-1
Browse files Browse the repository at this point in the history
docs: Correct docker-compose command
  • Loading branch information
jzelinskie committed Jan 3, 2017
2 parents 7106f1c + 107582c commit 722ab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $ docker-compose -f $HOME/docker-compose.yml up -d
```

Docker Compose may start Clair before Postgres which will raise an error.
If this error is raised, manually execute `docker start clair_clair`.
If this error is raised, manually execute `docker-compose start clair`.


### Docker
Expand Down

0 comments on commit 722ab3c

Please sign in to comment.