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.rule=Host(`$DOMAIN`) && PathPrefix(`/erigon`)"
- "traefik.http.routers.rpcdaemon.middlewares=rpcdaemon-stripprefix, ipwhitelist" - "traefik.http.routers.rpcdaemon.middlewares=rpcdaemon-stripprefix, ipwhitelist"
# wants tcp and udp port bindings on 30303
avalanche: avalanche:
image: avaplatform/avalanchego:v1.7.2 image: avaplatform/avalanchego:1.7.3
expose: expose:
- "8545" - "9650"
- "8546" - "9651"
- "30303" port:
- "9651:9651/tcp"
- "9651:9651/udp"
volumes: volumes:
- avalanche:/root/.avalanchego - avalanche:/root/.avalanchego
command: "/avalanchego/build/avalanchego --http-host=" command: "/avalanchego/build/avalanchego --http-host="