add --pids-limit=5 to default DOCKER_OPTIONS

This commit is contained in:
riscy 2022-02-06 15:40:22 -08:00
parent 5b7ea1a655
commit 6548415497

View file

@ -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: