solution: release v0.11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user