This commit is contained in:
Para Dox
2025-04-13 19:54:49 +07:00
parent e94d9f80e6
commit 8240f4ca74
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ services:
- 9650 - 9650
entrypoint: [/avalanchego/build/avalanchego] entrypoint: [/avalanchego/build/avalanchego]
command: command:
- --chain-config-dir /config/archive - --chain-config-dir=/config/archive
- --db-type=leveldb - --db-type=leveldb
- --http-allowed-hosts=* - --http-allowed-hosts=*
- --http-host= - --http-host=

View File

@@ -26,7 +26,7 @@ services:
- 9650 - 9650
entrypoint: [/avalanchego/build/avalanchego] entrypoint: [/avalanchego/build/avalanchego]
command: command:
- --chain-config-dir /config/pruned - --chain-config-dir=/config/pruned
- --db-type=pebbledb - --db-type=pebbledb
- --http-allowed-hosts=* - --http-allowed-hosts=*
- --http-host= - --http-host=

View File

@@ -26,7 +26,7 @@ services:
- 9650 - 9650
entrypoint: [/avalanchego/build/avalanchego] entrypoint: [/avalanchego/build/avalanchego]
command: command:
- --chain-config-dir /config/archive - --chain-config-dir=/config/archive
- --db-type=leveldb - --db-type=leveldb
- --http-allowed-hosts=* - --http-allowed-hosts=*
- --http-host= - --http-host=

View File

@@ -26,7 +26,7 @@ services:
- 9650 - 9650
entrypoint: [/avalanchego/build/avalanchego] entrypoint: [/avalanchego/build/avalanchego]
command: command:
- --chain-config-dir /config/pruned - --chain-config-dir=/config/pruned
- --db-type=pebbledb - --db-type=pebbledb
- --http-allowed-hosts=* - --http-allowed-hosts=*
- --http-host= - --http-host=