mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
Update docker-compose.yml to remove duplicate 'security_opt'
Docker compose complains with "mapping key "security_opt" already defined"
This commit is contained in:
parent
3bb5dc5f3e
commit
43d4ee50c3
1 changed files with 1 additions and 2 deletions
|
@ -13,12 +13,11 @@ services:
|
|||
read_only: true
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
- seccomp="seccomp-redlib.json"
|
||||
cap_drop:
|
||||
- ALL
|
||||
networks:
|
||||
- redlib
|
||||
security_opt:
|
||||
- seccomp="seccomp-redlib.json"
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
|
||||
interval: 5m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue