Add a minimum version setting

Allow a minimum MRSK version to be specified in the config.
This commit is contained in:
Donal McBreen
2023-06-15 14:42:58 +01:00
parent f0301d2007
commit 98c12a254e
3 changed files with 40 additions and 1 deletions

View File

@@ -380,6 +380,16 @@ servers:
That'll start the job containers with `docker run ... --cap-add --cpu-count 4 ...`.
### Setting a minimum version
You can set the minimum MRSK version with:
```yaml
minimum_version: 0.13.3
```
Note: versions <= 0.13.2 will ignore this setting.
### Configuring logging
You can configure the logging driver and options passed to Docker using `logging`: