mirror of
https://github.com/DepthFirstDisclosures/Nginx-Rift.git
synced 2026-05-16 11:07:44 +00:00
12 lines
192 B
YAML
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
|