update docker compose && README.md (#7)

* Update README.md

* Update docker-compose.yml
This commit is contained in:
fys05 2024-03-05 19:02:54 +08:00 committed by GitHub
parent d8b931cadc
commit e8ff96d764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

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

View File

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