fix
This commit is contained in:
@@ -28,10 +28,10 @@ services:
|
|||||||
command:
|
command:
|
||||||
- --chain-config-dir=/config/archive
|
- --chain-config-dir=/config/archive
|
||||||
- --db-type=leveldb
|
- --db-type=leveldb
|
||||||
- --fuji
|
|
||||||
- --http-allowed-hosts=*
|
- --http-allowed-hosts=*
|
||||||
- --http-host=
|
- --http-host=
|
||||||
- --public-ip=${IP}"
|
- --network-id=fuji
|
||||||
|
- --public-ip=${IP}
|
||||||
- --staking-port=10350
|
- --staking-port=10350
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 5m
|
stop_grace_period: 5m
|
||||||
|
|||||||
@@ -28,10 +28,10 @@ services:
|
|||||||
command:
|
command:
|
||||||
- --chain-config-dir=/config/pruned
|
- --chain-config-dir=/config/pruned
|
||||||
- --db-type=pebbledb
|
- --db-type=pebbledb
|
||||||
- --fuji
|
|
||||||
- --http-allowed-hosts=*
|
- --http-allowed-hosts=*
|
||||||
- --http-host=
|
- --http-host=
|
||||||
- --public-ip=${IP}"
|
- --network-id=fuji
|
||||||
|
- --public-ip=${IP}
|
||||||
- --staking-port=10350
|
- --staking-port=10350
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 5m
|
stop_grace_period: 5m
|
||||||
|
|||||||
@@ -30,8 +30,8 @@ services:
|
|||||||
- --db-type=leveldb
|
- --db-type=leveldb
|
||||||
- --http-allowed-hosts=*
|
- --http-allowed-hosts=*
|
||||||
- --http-host=
|
- --http-host=
|
||||||
- --mainnet
|
- --network-id=mainnet
|
||||||
- --public-ip=${IP}"
|
- --public-ip=${IP}
|
||||||
- --staking-port=11929
|
- --staking-port=11929
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 5m
|
stop_grace_period: 5m
|
||||||
|
|||||||
@@ -30,8 +30,8 @@ services:
|
|||||||
- --db-type=pebbledb
|
- --db-type=pebbledb
|
||||||
- --http-allowed-hosts=*
|
- --http-allowed-hosts=*
|
||||||
- --http-host=
|
- --http-host=
|
||||||
- --mainnet
|
- --network-id=mainnet
|
||||||
- --public-ip=${IP}"
|
- --public-ip=${IP}
|
||||||
- --staking-port=11929
|
- --staking-port=11929
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 5m
|
stop_grace_period: 5m
|
||||||
|
|||||||
Reference in New Issue
Block a user