open avalanche ports and revert version pinning

This commit is contained in:
Sebastian
2022-01-13 19:50:33 +01:00
parent 3ea9fe64a2
commit 7eaa910df1

View File

@@ -198,13 +198,14 @@ services:
- "traefik.http.routers.rpcdaemon.rule=Host(`$DOMAIN`) && PathPrefix(`/erigon`)"
- "traefik.http.routers.rpcdaemon.middlewares=rpcdaemon-stripprefix, ipwhitelist"
# wants tcp and udp port bindings on 30303
avalanche:
image: avaplatform/avalanchego:v1.7.2
image: avaplatform/avalanchego:1.7.3
expose:
- "8545"
- "8546"
- "30303"
- "9650"
- "9651"
port:
- "9651:9651/tcp"
- "9651:9651/udp"
volumes:
- avalanche:/root/.avalanchego
command: "/avalanchego/build/avalanchego --http-host="