open avalanche ports and revert version pinning
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user