diff --git a/README.md b/README.md index 6d1e94b..0e4bae8 100644 --- a/README.md +++ b/README.md @@ -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: ```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 up -d # Recreate the services ```