Remove seccomp profile from yml (#34)
This commit is contained in:
parent
1f246c956d
commit
94ada2b10c
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user