Merge branch 'privileged-needs' into 'master'

Add privileged fix for IOUring within docker

See merge request mangadex-pub/mangadex_at_home!71
This commit is contained in:
carbotaniuman 2021-01-25 00:58:37 +00:00
commit 5ab4ea7ec8
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed
- [2021-01-25] Add `privileged: true` to mangadex-at-home service in docker-compose to enable use of IOUring for the dockerized version
### Security

View File

@ -12,6 +12,7 @@ services:
- ./data/cache/:/mangahome/data/
environment:
JAVA_TOOL_OPTIONS: "-Xms1G -Xmx1G -XX:+UseG1GC -Xss512K"
privileged: true
command: [
"bash",
"-c",