2
0

Update README.md

This commit is contained in:
Matt Robenolt 2019-05-06 14:16:30 -07:00 committed by GitHub
parent 3eb2caf4cb
commit 89ec146ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ Updating Sentry using Compose is relatively simple. Just use the following steps
Use the following steps after updating this repository or your Dockerfile: Use the following steps after updating this repository or your Dockerfile:
```sh ```sh
docker-compose build # Build the services again after updating docker-compose build --pull # Build the services again after updating, and make sure we're up to date on patch version
docker-compose run --rm web upgrade # Run new migrations docker-compose run --rm web upgrade # Run new migrations
docker-compose up -d # Recreate the services docker-compose up -d # Recreate the services
``` ```