Any update about this message : https://discord.com/channels/564160730845151244/564161373148414012/1042848100148060272 ?
We append this on our compose file (use clamav image, not appwrite)
clamav:
image: clamav/clamav
container_name: appwrite-clamav
restart: unless-stopped
networks:
- appwrite
volumes:
- ./volumes/appwrite-uploads:/storage/uploads
It seems to work but we have not done any test on it
There were updates to clamav merged recently https://github.com/appwrite/appwrite/issues/3311
I would expect the changes to be released in version 1.3
[SOLVED] clamav
Recommended threads
- coolify help
need some help when i updated the docker compose config on coolify to update appwrite to latest version my old versions project and organization was totally ina...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...