We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016dde1 commit 187ea8bCopy full SHA for 187ea8b
manual-install/latest.yml
@@ -341,7 +341,7 @@ services:
341
init: false
342
healthcheck:
343
start_period: 60s
344
- test: clamdcheck.sh
+ test: /healthcheck.sh
345
interval: 30s
346
timeout: 30s
347
start_interval: 5s
@@ -351,17 +351,18 @@ services:
351
environment:
352
- TZ=${TIMEZONE}
353
- MAX_SIZE=${NEXTCLOUD_UPLOAD_LIMIT}
354
- - CLAMD_STARTUP_TIMEOUT=90
355
volumes:
356
- nextcloud_aio_clamav:/var/lib/clamav:rw
357
restart: unless-stopped
358
profiles:
359
- clamav
360
read_only: true
361
tmpfs:
362
- - /var/lock
363
- - /var/log/clamav
364
- /tmp
+ - /var/log/clamav
+ - /run/clamav
+ - /var/log/supervisord
365
+ - /var/run/supervisord
366
cap_drop:
367
- NET_RAW
368
0 commit comments