From 89ec146ee137d3fd47df6154d68b8e92e9892467 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Mon, 6 May 2019 14:16:30 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```