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:
fys05 2024-03-13 15:54:33 +08:00 committed by GitHub
parent 1059ac7bfa
commit d8e549e179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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