Skip to content

Commit

Permalink
Merge pull request docker-library#517 from 11bit/patch-1
Browse files Browse the repository at this point in the history
Update README.md for Sentry block
  • Loading branch information
yosifkit committed Mar 14, 2016
2 parents d6cdae7 + 1e9d93e commit 1d0b80e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sentry/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Sentry is a realtime event logging and aggregation platform. It specializes in m

2. Start a Postgres container

```console
$ docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres
```
```console
$ docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres
```

3. Generate a new secret key to be shared by all `%%REPO%%` containers. This value will then be used as the `SENTRY_SECRET_KEY` environment variable.

```console
$ docker run --rm sentry generate-secret-key
```
```console
$ docker run --rm sentry generate-secret-key
```

4. If this is a new database, you'll need to run `upgrade`

Expand Down

0 comments on commit 1d0b80e

Please sign in to comment.