solution: use port 2449 by default

This commit is contained in:
Igor Artamonov
2019-09-07 21:34:11 -04:00
parent 1ea6345cd6
commit 26d2b0a3a0
7 changed files with 22 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ Prepare configuration files `dshackle.yaml` and `upstreams.yaml` in the current
[source,bash]
----
docker run -p 9001:9001 -v $(pwd):/config -w /config emeraldpay/dshackle
docker run -p 2449:2449 -v $(pwd):/config -w /config emeraldpay/dshackle
----
=== Install & Run manually