From 53c01989b92b8cf9118ccf37942939aed91bad8e Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:44:55 +0100 Subject: [PATCH] add ip --- avalanche-fullnode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avalanche-fullnode.yml b/avalanche-fullnode.yml index 47e455ea..ea70f415 100644 --- a/avalanche-fullnode.yml +++ b/avalanche-fullnode.yml @@ -16,7 +16,7 @@ services: - ./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=18507" + command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=* --staking-port=18507 --public-ip=$IP" restart: unless-stopped labels: - "traefik.enable=true"