From 01883fca0916fc6e29f3515bb98826621df0d455 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:19:46 +0200 Subject: [PATCH] fix --- avalanche-fuji-archive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avalanche-fuji-archive.yml b/avalanche-fuji-archive.yml index 74f96d65..f6f731fb 100644 --- a/avalanche-fuji-archive.yml +++ b/avalanche-fuji-archive.yml @@ -14,10 +14,10 @@ services: - "58849:58849/udp" volumes: - avalanche-fuji-archive:/root/.avalanchego - - ./avalanche/configs/chains/C/fullnode-config.json:/root/.avalanchego/configs/chains/C/config.json + - ./avalanche/configs/chains/C/archive-config.json:/root/.avalanchego/configs/chains/C/config.json networks: - chains - command: "/avalanchego/build/avalanchego --network-id=fuji --http-host= --http-allowed-hosts=* --staking-port=58849 --public-ip=$IP" + command: "/avalanchego/build/avalanchego --network-id=fuji --http-host= --http-allowed-hosts=* --staking-port=58849 --public-ip=$IP --db-type=pebbledb" restart: unless-stopped