mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
clamav also uses tini internally
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a2c2182989
commit
59a2a51c6d
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@
|
||||||
"container_name": "nextcloud-aio-clamav",
|
"container_name": "nextcloud-aio-clamav",
|
||||||
"display_name": "ClamAV",
|
"display_name": "ClamAV",
|
||||||
"image": "nextcloud/aio-clamav",
|
"image": "nextcloud/aio-clamav",
|
||||||
"init": true,
|
"init": false,
|
||||||
"expose": [
|
"expose": [
|
||||||
"3310"
|
"3310"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue