We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
you have some error in README.md .
docker run --name pgsql -e POSTGRES_USER=cachet POSTGRES_PASSWORD=cachet
and should be
docker run --name pgsql -e POSTGRES_USER=cachet -e POSTGRES_PASSWORD=cachet postgres:9.4.4
The text was updated successfully, but these errors were encountered:
Fix README based on #23
46d3149
Closes #23
Merge pull request #24 from cachethq/readmefix-23
1e900b8
Thanks @fernandoneto
Sorry, something went wrong.
9ce50d8
djdefi
No branches or pull requests
you have some error in README.md .
and should be
The text was updated successfully, but these errors were encountered: