fix(service): pingvinshare-with-clamav
- add platform to make clamav work - formatting
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user