This commit is contained in:
squidbear
2025-03-31 08:40:11 +02:00
parent 098991a688
commit 95c74c917d
4 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ services:
- "10689:10689/tcp"
- "10689:10689/udp"
volumes:
- viction-testnet-node-archive-leveldb-hash:/tomochain/data
- viction-testnet-node-archive-leveldb-hash:/data
networks:
- chains
env_file:
@@ -24,7 +24,7 @@ services:
command:
- --gcmode=archive
- --syncmode=full
- --rpcapi "eth,debug,net,db,admin,web3"
- --rpcapi=eth,debug,net,db,admin,web3
restart: unless-stopped
viction-testnet-archive: