chore: use v0.6.7 docker image

This commit is contained in:
kayryu 2024-04-24 16:08:27 +08:00
parent d00b6149cc
commit c7647fbfda
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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: