Remove seccomp profile from yml (#34)
This commit is contained in:
parent
1f246c956d
commit
94ada2b10c
@ -12,7 +12,7 @@ services:
|
|||||||
read_only: true
|
read_only: true
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
- seccomp=seccomp-redlib.json
|
# - seccomp=seccomp-redlib.json
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
networks:
|
networks:
|
||||||
|
@ -11,7 +11,7 @@ services:
|
|||||||
read_only: true
|
read_only: true
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
- seccomp=seccomp-redlib.json
|
# - seccomp=seccomp-redlib.json
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
Loading…
Reference in New Issue
Block a user