This commit is contained in:
Markakd 2026-05-12 16:36:31 -07:00
commit 90f4b4a302
8 changed files with 393 additions and 0 deletions

12
docker-compose.yml Normal file
View 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