From a6780bf5fec32b45b517efb04c8ba7e14686bedc Mon Sep 17 00:00:00 2001 From: Alistair Johnson Date: Fri, 14 Apr 2017 12:15:12 -0400 Subject: [PATCH] correct example --- buildmimic/docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildmimic/docker/README.md b/buildmimic/docker/README.md index 9d8ffe4..f25cb74 100644 --- a/buildmimic/docker/README.md +++ b/buildmimic/docker/README.md @@ -108,7 +108,7 @@ Note that on Windows systems, the host paths will need to be prefixed by an extr docker run \ --name mimic \ - -p 5432:5432 \ + -p 5555:5432 \ -e BUILD_MIMIC=1 \ -e POSTGRES_PASSWORD=postgres \ -e MIMIC_PASSWORD=mimic \ @@ -120,7 +120,7 @@ Note that on Windows systems, the host paths will need to be prefixed by an extr docker run \ --name mimic \ - -p 5432:5432 \ + -p 5555:5432 \ -e BUILD_MIMIC=1 \ -e POSTGRES_PASSWORD=postgres \ -e MIMIC_PASSWORD=mimic \