From: Brendan Tobolaski Date: Sun, 23 Mar 2014 02:50:06 +0000 (-0500) Subject: Fix upgrade instructions with a new container X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f2e9d32eda52d6b268f1202fd0dc13246cea503f;p=discourse_docker.git Fix upgrade instructions with a new container If you attempt to bootstrap a new container without stopping or destroying the original it will fail because postgres will detect that it is running in another container. --- diff --git a/README.md b/README.md index f01957b..de611ea 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,8 @@ The Docker setup gives you multiple upgrade options: 1. Use the front end at http://yoursite.com/admin/docker to upgrade an already running image. 2. Create a new base image by running: - - `./launcher bootstrap my_image` - `./launcher destroy my_image` + - `./launcher bootstrap my_image` - `./launcher start my_image` ### Single Container vs. Multiple Container