Skip to content

Commit

Permalink
fix: Add missing permissions to container in order to be able to use …
Browse files Browse the repository at this point in the history
…delve
  • Loading branch information
AndreZiviani committed Jun 26, 2024
1 parent d7c5daf commit bd2f560
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ services:
# https://grafana.com/docs/grafana/latest/whatsnew/
grafana_version: ${GRAFANA_VERSION:-10.3.3}
development: "true"
cap_add:
- SYS_PTRACE # To allow debugging with Delve
security_opt:
- seccomp:unconfined # To allow debugging with Delve
ports:
- 3000:3000/tcp
- 2345:2345/tcp
Expand Down

0 comments on commit bd2f560

Please sign in to comment.