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`!