Skip to content

Commit

Permalink
mickael-kerjean#516: add Docker security option to prevent awkward Of…
Browse files Browse the repository at this point in the history
…fice crash
  • Loading branch information
c0xc committed Oct 19, 2022
1 parent bf2bca4 commit 9ba344a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ services:

onlyoffice:
container_name: filestash_oods
image: onlyoffice/documentserver:6.4.2
image: onlyoffice/documentserver
restart: always
security_opt:
- seccomp:unconfined

0 comments on commit 9ba344a

Please sign in to comment.