solution: release v0.11

This commit is contained in:
Igor Artamonov
2021-11-25 19:10:11 -05:00
parent e1170dd055
commit 5ebd23a238
4 changed files with 15 additions and 9 deletions

View File

@@ -1,12 +1,14 @@
== Launch a server
:version: 0.11.0
:version-short: 0.11
=== Docker
Prepare configuration files `dshackle.yaml` and `upstreams.yaml` in the current directory, then launch docker as:
[source,bash]
[source,bash,subs="attributes"]
----
docker run -p 2449:2449 -v $(pwd):/config -w /config emeraldpay/dshackle:0.10
docker run -p 2449:2449 -v $(pwd):/config -w /config emeraldpay/dshackle:{version-short}
----
=== Install & Run manually