Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

changes for port and build path in Docker instructions #148 #149

Merged
merged 2 commits into from Apr 14, 2017
Jump to file or symbol
Failed to load files and symbols.
+2 −2
Split
Viewing a subset of changes. View all
Prev

correct example

commit a6780bf5fec32b45b517efb04c8ba7e14686bedc @alistairewj alistairewj committed on GitHub Apr 14, 2017
@@ -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 \