mirror of
https://github.com/boolnetwork/mining-scripts.git
synced 2026-02-21 11:47:21 +08:00
update docker compose && README.md (#7)
* Update README.md * Update docker-compose.yml
This commit is contained in:
parent
d8b931cadc
commit
e8ff96d764
@ -149,7 +149,7 @@ only_global_ips = true
|
||||
|
||||
[key_server_config]
|
||||
version = 1
|
||||
attestation_style = 1
|
||||
attestation_style = 1 #This corresponds to using an image, epid=1, dcap=2
|
||||
seal_policy = "MRSIGNER"
|
||||
exe_policy = { Multiply = { executors = 8 } }
|
||||
round_time_limit = 60
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
version: "3"
|
||||
services:
|
||||
bnk-occlum-keyring:
|
||||
image: boolnetwork/bnk-occlum-keyring-epid:v0.5.2
|
||||
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:pre-release
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
# ports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user