1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Add privileged fix for IOUring within docker

This commit is contained in:
Tristan Deloche 2021-01-25 00:51:23 +00:00
parent 42ea807d3f
commit 8ad914cac1
No known key found for this signature in database
GPG key ID: B6BDB16331573E59
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",