Update README.md
This commit is contained in:
parent
3eb2caf4cb
commit
89ec146ee1
@ -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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user