mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #2870 from nextcloud/enh/2506/domaincheck
make domaincheck container read-only
This commit is contained in:
commit
554cb34d74
3 changed files with 11 additions and 5 deletions
|
|
@ -454,7 +454,12 @@
|
|||
"secrets": [
|
||||
"INSTANCE_ID"
|
||||
],
|
||||
"stop_grace_period": 1
|
||||
"stop_grace_period": 1,
|
||||
"read_only": true,
|
||||
"tmpfs": [
|
||||
"/etc/lighttpd",
|
||||
"/var/www/domaincheck"
|
||||
]
|
||||
},
|
||||
{
|
||||
"container_name": "nextcloud-aio-clamav",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue