CVE-2026-42945_RCE_in_Nginx.../docker-compose.yml
2026-05-12 16:36:31 -07:00

12 lines
192 B
YAML

services:
nginx:
build: .
cap_add:
- SYS_PTRACE
security_opt:
- seccomp=unconfined
init: true
ports:
- "19321:19321"
tty: true
stdin_open: true