From 12e2802d22d420cc553fee06a5e94b7f4723f0fa Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 15 Jan 2016 14:45:07 -0800 Subject: [PATCH] Run update.sh --- sentry/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sentry/README.md b/sentry/README.md index 8f04a0d8b..895db0e36 100644 --- a/sentry/README.md +++ b/sentry/README.md @@ -35,7 +35,7 @@ Sentry is a realtime event logging and aggregation platform. It specializes in m 3. If this is a new database, you'll need to run `upgrade` ```console - $ docker run -it --rm --link sentry-postgres:postgres --link sentry-postgres:redis sentry upgrade + $ docker run -it --rm --link sentry-postgres:postgres --link sentry-redis:redis sentry upgrade ``` **Note: the `-it` is important as the initial upgrade will prompt to create an initial user and will fail without it** @@ -62,7 +62,7 @@ If you'd like to be able to access the instance from the host without the contai If you did not create a superuser during `upgrade`, use the following to create one: ```console -$ docker run -it --rm --link sentry-redis:redis --link some-postgres:postgres sentry createuser +$ docker run -it --rm --link sentry-redis:redis --link sentry-postgres:postgres sentry createuser ``` ## Environment variables