From 666e6175a704f4271c23a02555430a879de69509 Mon Sep 17 00:00:00 2001 From: Mario Loria Date: Fri, 14 Oct 2016 15:56:28 -0400 Subject: [PATCH] add rm to cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b1f251..ae0e56a 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ will get you up and running in no time! 1. `mkdir -p data/{sentry,postgres}` - Make our local database and sentry config directories. This directory is bind-mounted with postgres so you don't lose state! -2. `docker-compose run web config generate-secret-key` - Generate a secret key. +2. `docker-compose run --rm web config generate-secret-key` - Generate a secret key. Add it to `docker-compose.yml` in `base` as `SENTRY_SECRET_KEY`. -3. `docker-compose run web upgrade` - Build the database. +3. `docker-compose run --rm web upgrade` - Build the database. Use the interactive prompts to create a user account. 4. `docker-compose up -d` - Lift all services (detached/background mode). 5. Access your instance at `localhost:9000`!