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: