mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 05:15:57 -06:00
add CAP_SYS_NICE to clickhouse
This commit is contained in:
parent
e10a380651
commit
50a8d73855
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user