From 18c18c112bf19ad43f42b56d61f2d465e2b4d779 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Tue, 18 Jul 2023 16:22:34 +0200 Subject: [PATCH] Verleihe CAP_SYS_NICE an den MYSQL Container --- templates/docker-compose.yaml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/docker-compose.yaml.j2 b/templates/docker-compose.yaml.j2 index 02eb6d8..51b4258 100644 --- a/templates/docker-compose.yaml.j2 +++ b/templates/docker-compose.yaml.j2 @@ -41,4 +41,5 @@ services: - gitea volumes: - ./mysql:/var/lib/mysql - + cap_add: + - SYS_NICE