Go-Templates/docker-compose.debug.yml

13 lines
219 B
YAML
Raw Normal View History

2023-02-22 16:18:51 +00:00
services:
myapp:
build:
context: .
dockerfile: Dockerfile.debug
security_opt:
- seccomp:unconfined
cap_add:
- SYS_PTRACE
ports:
- "40000:40000"
volumes:
- .:/app