Skip to content

Commit

Permalink
Remove seccomp profile from yml (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Feb 12, 2024
1 parent 1f246c9 commit 94ada2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
read_only: true
security_opt:
- no-new-privileges:true
- seccomp=seccomp-redlib.json
# - seccomp=seccomp-redlib.json
cap_drop:
- ALL
networks:
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
read_only: true
security_opt:
- no-new-privileges:true
- seccomp=seccomp-redlib.json
# - seccomp=seccomp-redlib.json
cap_drop:
- ALL
env_file: .env
Expand Down

0 comments on commit 94ada2b

Please sign in to comment.