mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 09:21:39 -05:00
add --pids-limit=5 to default DOCKER_OPTIONS
This commit is contained in:
parent
5b7ea1a655
commit
6548415497
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue