mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-02 04:37:35 +03:00
Remove seccomp profile from yml (#34)
This commit is contained in:
parent
1f246c956d
commit
94ada2b10c
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue