Skip to content

Commit 19e33d0

Browse files
committed
enable ptrace for debugging in dev mode
1 parent 4d0d253 commit 19e33d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.dev.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ services:
6262
- "./contrib:/aleph/contrib"
6363
- "./mappings:/aleph/mappings"
6464
- "/:/host"
65+
cap_add:
66+
- SYS_PTRACE
6567
environment:
6668
ALEPH_DEBUG: 'true'
6769
ALEPH_SECRET_KEY: 'development'

0 commit comments

Comments
 (0)