add CAP_SYS_NICE to clickhouse

This commit is contained in:
ruslandoga 2024-09-27 18:55:49 +07:00
parent e10a380651
commit 50a8d73855

View File

@ -24,6 +24,8 @@ services:
nofile: nofile:
soft: 262144 soft: 262144
hard: 262144 hard: 262144
cap_add:
- CAP_SYS_NICE
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:8123/ping || exit 1"] test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:8123/ping || exit 1"]
start_period: 1m start_period: 1m