fix
This commit is contained in:
@@ -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=
|
||||||
|
|||||||
@@ -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=
|
||||||
|
|||||||
@@ -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=
|
||||||
|
|||||||
@@ -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=
|
||||||
|
|||||||
Reference in New Issue
Block a user