mirror of
https://github.com/boolnetwork/mining-scripts.git
synced 2026-02-21 15:17:22 +08:00
update version (#10)
* Update README.md * Update docker-compose.yml * Update README.md * Update docker-compose.yml * Update README.md * Update docker-compose.yml
This commit is contained in:
parent
1059ac7bfa
commit
d8e549e179
@ -148,7 +148,7 @@ share_peer_interval = 30
|
|||||||
only_global_ips = true
|
only_global_ips = true
|
||||||
|
|
||||||
[key_server_config]
|
[key_server_config]
|
||||||
version = 2
|
version = 3
|
||||||
attestation_style = 2 #This corresponds to using an image, epid=1, dcap=2
|
attestation_style = 2 #This corresponds to using an image, epid=1, dcap=2
|
||||||
seal_policy = "MRSIGNER"
|
seal_policy = "MRSIGNER"
|
||||||
exe_policy = { Multiply = { executors = 8 } }
|
exe_policy = { Multiply = { executors = 8 } }
|
||||||
|
|||||||
@ -2,7 +2,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
bnk-occlum-keyring:
|
bnk-occlum-keyring:
|
||||||
#image: boolnetwork/bnk-occlum-keyring-epid:v0.5.2 #Different images result in different values for the attestation_style parameter in the configuration file
|
#image: boolnetwork/bnk-occlum-keyring-epid:v0.5.2 #Different images result in different values for the attestation_style parameter in the configuration file
|
||||||
image: boolnetwork/bnk-occlum-keyring-dcap:v0.6.4
|
image: boolnetwork/bnk-occlum-keyring-dcap:v0.6.6
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
# ports:
|
# ports:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user