From 65484154977754153ab093cc9653cf71b1f227a5 Mon Sep 17 00:00:00 2001 From: riscy Date: Sun, 6 Feb 2022 15:40:22 -0800 Subject: [PATCH] add --pids-limit=5 to default DOCKER_OPTIONS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a57895c..35be44d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ IMAGE_NAME = melpazoid -DOCKER_OPTIONS = --cap-drop all --security-opt=no-new-privileges +DOCKER_OPTIONS = --cap-drop all --security-opt=no-new-privileges --pids-limit=5 .PHONY: run run: