Skip to content

Commit

Permalink
Fix README based on #23
Browse files Browse the repository at this point in the history
Closes #23
  • Loading branch information
djdefi committed Dec 28, 2015
1 parent bfde51e commit 46d3149
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 @@ -26,7 +26,7 @@ Note: Cachet recommends using PostgreSQL over MySQL

## PostgreSQL
```bash
docker run --name pgsql -e POSTGRES_USER=cachet POSTGRES_PASSWORD=cachet
docker run --name pgsql -e POSTGRES_USER=cachet -e POSTGRES_PASSWORD=cachet postgres:9.4.4
docker run -d --name cachet --link pgsql:pgsql -p 80:8000 -e DB_DRIVER=pgsql -e DB_HOST=pgsql -e DB_DATABASE=cachet -e DB_USERNAME=cachet -e DB_PASSWORD=cachet cachethq/docker:latest
```

Expand Down

0 comments on commit 46d3149

Please sign in to comment.