diff --git a/compose.yml b/compose.yml index 12bb070..a40d218 100644 --- a/compose.yml +++ b/compose.yml @@ -24,6 +24,8 @@ services: nofile: soft: 262144 hard: 262144 + cap_add: + - CAP_SYS_NICE healthcheck: test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:8123/ping || exit 1"] start_period: 1m