mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-22 10:05:07 +00:00
Add recommended security option.
This commit is contained in:
parent
d36de0f3f5
commit
5a5b3f35e3
@ -50,6 +50,9 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- onlyoffice
|
- onlyoffice
|
||||||
|
security_opt:
|
||||||
|
- seccomp:unconfined
|
||||||
|
|
||||||
|
|
||||||
archivebox:
|
archivebox:
|
||||||
image: ${DOCKER_IMAGE:-archivebox/archivebox:master}
|
image: ${DOCKER_IMAGE:-archivebox/archivebox:master}
|
||||||
|
Loading…
Reference in New Issue
Block a user