Skip to content

Commit cce81a8

Browse files
szaimengithub-actions[bot]
authored andcommitted
Yaml updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 77dd56b commit cce81a8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

manual-install/latest.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ services:
341341
init: false
342342
healthcheck:
343343
start_period: 60s
344-
test: clamdcheck.sh
344+
test: /healthcheck.sh
345345
interval: 30s
346346
timeout: 30s
347347
start_interval: 5s
@@ -351,17 +351,18 @@ services:
351351
environment:
352352
- TZ=${TIMEZONE}
353353
- MAX_SIZE=${NEXTCLOUD_UPLOAD_LIMIT}
354-
- CLAMD_STARTUP_TIMEOUT=90
355354
volumes:
356355
- nextcloud_aio_clamav:/var/lib/clamav:rw
357356
restart: unless-stopped
358357
profiles:
359358
- clamav
360359
read_only: true
361360
tmpfs:
362-
- /var/lock
363-
- /var/log/clamav
364361
- /tmp
362+
- /var/log/clamav
363+
- /run/clamav
364+
- /var/log/supervisord
365+
- /var/run/supervisord
365366
cap_drop:
366367
- NET_RAW
367368

0 commit comments

Comments
 (0)