This commit is contained in:
Para Dox
2025-04-13 19:59:42 +07:00
parent d71084ce32
commit 76618c9c31
4 changed files with 8 additions and 8 deletions

View File

@@ -28,10 +28,10 @@ services:
command:
- --chain-config-dir=/config/archive
- --db-type=leveldb
- --fuji
- --http-allowed-hosts=*
- --http-host=
- --public-ip=${IP}"
- --network-id=fuji
- --public-ip=${IP}
- --staking-port=10350
restart: unless-stopped
stop_grace_period: 5m

View File

@@ -28,10 +28,10 @@ services:
command:
- --chain-config-dir=/config/pruned
- --db-type=pebbledb
- --fuji
- --http-allowed-hosts=*
- --http-host=
- --public-ip=${IP}"
- --network-id=fuji
- --public-ip=${IP}
- --staking-port=10350
restart: unless-stopped
stop_grace_period: 5m

View File

@@ -30,8 +30,8 @@ services:
- --db-type=leveldb
- --http-allowed-hosts=*
- --http-host=
- --mainnet
- --public-ip=${IP}"
- --network-id=mainnet
- --public-ip=${IP}
- --staking-port=11929
restart: unless-stopped
stop_grace_period: 5m

View File

@@ -30,8 +30,8 @@ services:
- --db-type=pebbledb
- --http-allowed-hosts=*
- --http-host=
- --mainnet
- --public-ip=${IP}"
- --network-id=mainnet
- --public-ip=${IP}
- --staking-port=11929
restart: unless-stopped
stop_grace_period: 5m