diff --git a/README.md b/README.md index 61fc192..55cedd2 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ At the location you're running production, pull the updated container To start it up (and tail the logs - CTRL-C to quit out of the logs without affecting running container) - docker-compose up -d && docker-compose logs -f + docker-compose rm -sf && docker-compose up -d && docker-compose logs -f ### To clear out an old image (if it's running)