Remove SYS_PTRACE from docker-mailserver

This commit is contained in:
Andreas Zweili 2024-02-26 17:02:51 +01:00
parent 9dd467dcc8
commit 67bc84c2fa
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ in
extraOptions = [
"--add-host=host.docker.internal:host-gateway"
"--cap-add=NET_ADMIN"
"--cap-add=SYS_PTRACE"
"--log-opt=tag='mailserver'"
];
};