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