pin avax version

This commit is contained in:
Sebastian
2022-01-13 19:32:08 +01:00
parent 2c238bcd23
commit 45be9626a3

View File

@@ -201,7 +201,7 @@ services:
# wants tcp and udp port bindings on 30303 # wants tcp and udp port bindings on 30303
avalanche: avalanche:
image: avaplatform/avalanchego image: avaplatform/avalanchego:v1.7.2
expose: expose:
- "8545" - "8545"
- "8546" - "8546"
@@ -304,6 +304,8 @@ services:
command: "--instance-name 0xeb5Ca1d019e9D8b9aa9C47991993C84d1062628d --role node --parity-version 2.0.1 --fuseapp-version 1.0.0 --netstats-version 1.0.0" command: "--instance-name 0xeb5Ca1d019e9D8b9aa9C47991993C84d1062628d --role node --parity-version 2.0.1 --fuseapp-version 1.0.0 --netstats-version 1.0.0"
network_mode: "service:fusenet" network_mode: "service:fusenet"
restart: unless-stopped restart: unless-stopped
depends_on:
- fusenet
# wants udp and tcp port bindings on 30303 # wants udp and tcp port bindings on 30303
fusenet: fusenet: