10 lines
148 B
YAML
10 lines
148 B
YAML
services:
|
|
app:
|
|
cap_add:
|
|
- SYS_PTRACE
|
|
command: sleep infinity
|
|
init: true
|
|
security_opt:
|
|
- seccomp:unconfined
|
|
version: '3.8'
|