Skip to content

Commit

Permalink
docs: Correct docker-compose command
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
miketheman committed Jan 2, 2017
1 parent 7106f1c commit 107582c
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 107582c

Please sign in to comment.