Permalink
Browse files

correct example

  • Loading branch information...
1 parent 580aa0b commit a6780bf5fec32b45b517efb04c8ba7e14686bedc @alistairewj alistairewj committed on GitHub Apr 14, 2017
Showing with 2 additions and 2 deletions.
  1. +2 −2 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 \

0 comments on commit a6780bf

Please sign in to comment.