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

View File

@@ -28,6 +28,7 @@ services:
command:
- --chain-config-dir=/config/archive
- --db-type=leveldb
- --fuji
- --http-allowed-hosts=*
- --http-host=
- --public-ip=${IP}"

View File

@@ -28,6 +28,7 @@ services:
command:
- --chain-config-dir=/config/pruned
- --db-type=pebbledb
- --fuji
- --http-allowed-hosts=*
- --http-host=
- --public-ip=${IP}"

View File

@@ -30,6 +30,7 @@ services:
- --db-type=leveldb
- --http-allowed-hosts=*
- --http-host=
- --mainnet
- --public-ip=${IP}"
- --staking-port=11929
restart: unless-stopped

View File

@@ -30,6 +30,7 @@ services:
- --db-type=pebbledb
- --http-allowed-hosts=*
- --http-host=
- --mainnet
- --public-ip=${IP}"
- --staking-port=11929
restart: unless-stopped