mirror of
https://github.com/boolnetwork/mining-scripts.git
synced 2026-02-21 15:17:22 +08:00
chore: use v0.6.7 docker image
This commit is contained in:
parent
d00b6149cc
commit
c7647fbfda
@ -13,10 +13,14 @@ create_if_missing = true
|
|||||||
atomic_flush = true
|
atomic_flush = true
|
||||||
|
|
||||||
[network_config]
|
[network_config]
|
||||||
|
# Listen on this local ip. optional
|
||||||
|
#ip = "127.0.0.1"
|
||||||
port = 38700
|
port = 38700
|
||||||
boot_nodes = ["/ip4/172.210.130.200/tcp/38700/p2p/12D3KooWJVjkr19spLuvmWb68zdxki2qucnubPzbHRjxRi8jhwzF"]
|
boot_nodes = ["/ip4/172.210.130.200/tcp/38700/p2p/12D3KooWJVjkr19spLuvmWb68zdxki2qucnubPzbHRjxRi8jhwzF"]
|
||||||
share_peer_interval = 30
|
share_peer_interval = 30
|
||||||
only_global_ips = true
|
only_global_ips = true
|
||||||
|
# External address that other nodes will use to connect to this node. optional
|
||||||
|
#external_multiaddrs = ["/ip4/127.0.0.1/tcp/38700"]
|
||||||
|
|
||||||
[key_server_config]
|
[key_server_config]
|
||||||
version = 1
|
version = 1
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
bnk-occlum-keyring:
|
bnk-occlum-keyring:
|
||||||
image: boolnetwork/bnk-occlum-keyring-dcap:v0.6.6
|
image: boolnetwork/bnk-occlum-keyring-dcap:v0.6.7
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user