Remove seccomp profile from yml (#34)

This commit is contained in:
Matthew Esposito 2024-02-12 14:43:36 -05:00
parent 1f246c956d
commit 94ada2b10c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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