mirror of
https://github.com/DepthFirstDisclosures/Nginx-Rift.git
synced 2026-05-16 11:07:44 +00:00
reorg files
This commit is contained in:
parent
90f4b4a302
commit
7fbbc54b50
7 changed files with 11 additions and 5 deletions
12
env/docker-compose.yml
vendored
Normal file
12
env/docker-compose.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
nginx:
|
||||
build: .
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
security_opt:
|
||||
- seccomp=unconfined
|
||||
init: true
|
||||
ports:
|
||||
- "19321:19321"
|
||||
tty: true
|
||||
stdin_open: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue