Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Maksimov committed Oct 29, 2020
1 parent f884e51 commit ffd3b57
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ In case you ever need to regenerate the SSL certificate:

`--auto-update` enables boyar binary auto update (default false)

`shutdown-after-update` the process shuts down after automatic update is performed and **DOES NOT** restart; recommended to be used with an external process manager (default false)
`--shutdown-after-update` the process shuts down after automatic update is performed and **DOES NOT** restart; recommended to be used with an external process manager (default false)

`--version` show version, git commit and Docker API version

Expand Down Expand Up @@ -122,11 +122,16 @@ If autoupdate is enabled, it becomes crucial if you enable `--shutdown-after-upd
}
],
"orchestrator": { // orchestrator options (right now only Docker Swarm is supported)
"storage-driver": "rexray/ebs", // storage driver for AWS
"storage-driver": "local", // storage driver for docker
"storage-mount-type": "bind", // mounts to /var/efs
"storage-options": { // parameters passed to storage driver (optional)
"maxRetries": "10"
},
"max-reload-time-delay": "1m" // optional
"max-reload-time-delay": "1m", // optional
"ExecutableImage": { // optional
"Url": "https://github.com/orbs-network/boyarin/releases/download/v1.8.0/boyar-v1.8.0.bin",
"Sha256": "0d7df92307b95ff7e2923dd7509e3b5bac23deb491b5c08d522b11ac08d78e02"
}
},
"chains": [
{
Expand Down

0 comments on commit ffd3b57

Please sign in to comment.