From 7884feba5b44b3ce567fbd9178baa2862c664ac4 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 20 Jan 2024 17:12:57 +0100 Subject: [PATCH] changes --- avalanche-fullnode.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/avalanche-fullnode.yml b/avalanche-fullnode.yml index 3b6bee8c..341c829a 100644 --- a/avalanche-fullnode.yml +++ b/avalanche-fullnode.yml @@ -2,21 +2,21 @@ version: '3.1' services: avalanche-fullnode: - image: avaplatform/avalanchego:v1.10.17 + image: avaplatform/avalanchego:v1.10.18 ulimits: nofile: 1048576 expose: - "9650" - - "34964" + - "18507" ports: - - "34964:34964/tcp" - - "34964:34964/udp" + - "18507:18507/tcp" + - "18507:18507/udp" volumes: - avalanche-fullnode:/root/.avalanchego - ./avalanche/configs/chains/C/fullnode-config.json:/root/.avalanchego/configs/chains/C/config.json networks: - chains - command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=* --staking-port=34964" + command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=* --staking-port=18507" restart: unless-stopped labels: - "traefik.enable=true"