From 8048c6692420e4f5efe05de9ecbedbb803815619 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:14:50 +0200 Subject: [PATCH] fix(service): pingvinshare-with-clamav - add platform to make clamav work - formatting --- templates/compose/pingvinshare-with-clamav.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/compose/pingvinshare-with-clamav.yaml b/templates/compose/pingvinshare-with-clamav.yaml index 1691e190f..f8dd992c6 100644 --- a/templates/compose/pingvinshare-with-clamav.yaml +++ b/templates/compose/pingvinshare-with-clamav.yaml @@ -13,9 +13,6 @@ services: volumes: - pingvinshare_data:/opt/app/backend/data - pingvinshare_images:/opt/app/frontend/public/img - depends_on: - clamav: - condition: service_healthy healthcheck: test: [ @@ -25,6 +22,10 @@ services: interval: 5s timeout: 20s retries: 10 + depends_on: + clamav: + condition: service_healthy clamav: image: clamav/clamav + platform: linux/amd64