solution: release v0.6.0

This commit is contained in:
Igor Artamonov
2020-04-09 21:26:55 -04:00
parent a82926ced5
commit e3b512ca80
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ plugins {
group = 'io.emeraldpay.dshackle'
version = '0.6-SNAPSHOT'
version = '0.6.0'
targetCompatibility = '1.8'
sourceCompatibility = '1.8'
@@ -154,7 +154,7 @@ jib {
]
mainClass = 'io.emeraldpay.dshackle.StarterKt'
args = []
ports = ['8090']
ports = ['8090', '8545']
}
}

View File

@@ -12,7 +12,7 @@ docker run -p 2449:2449 -v $(pwd):/config -w /config emeraldpay/dshackle
=== Install & Run manually
1. Download latest release from https://github.com/emeraldpay/dshackle/releases
2. Unpack `unzip dshackle-0.6.zip`
2. Unpack `unzip dshackle-0.6.0.zip`
3. Copy to `/opt/dshackle`
4. Setup configuration in `/etc/dshackle`
5. Run as `cp /etc/dshackle && /opt/dshackle/bin/dshackle`