From 167c2dc38979a7ba8a6eda2ef7092ca751e1492f Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Fri, 21 Mar 2025 12:03:18 +0000 Subject: [PATCH] Yaml updates Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- manual-install/latest.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index c16aee79..3d104f43 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -341,7 +341,7 @@ services: init: false healthcheck: start_period: 60s - test: clamdcheck.sh + test: /healthcheck.sh interval: 30s timeout: 30s start_interval: 5s @@ -351,7 +351,6 @@ services: environment: - TZ=${TIMEZONE} - MAX_SIZE=${NEXTCLOUD_UPLOAD_LIMIT} - - CLAMD_STARTUP_TIMEOUT=90 volumes: - nextcloud_aio_clamav:/var/lib/clamav:rw restart: unless-stopped @@ -359,9 +358,11 @@ services: - clamav read_only: true tmpfs: - - /var/lock - - /var/log/clamav - /tmp + - /var/log/clamav + - /run/clamav + - /var/log/supervisord + - /var/run/supervisord cap_drop: - NET_RAW