From 4090708b38720a4cff839c10c59c62a2eb7fe564 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 20 May 2024 15:26:21 +0200 Subject: [PATCH] fix --- avalanche-fullnode.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/avalanche-fullnode.yml b/avalanche-fullnode.yml index a3479cf6..5ccf3cab 100644 --- a/avalanche-fullnode.yml +++ b/avalanche-fullnode.yml @@ -17,7 +17,8 @@ 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 --public-ip=$IP" restart: unless-stopped + command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=* --staking-port=18507 --public-ip=$IP" + restart: unless-stopped avalanche-proxy: