
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
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
- Issue - Migration From Cloud > Self Host...
Hi team, I’m trying to migrate a few of my Appwrite projects from the cloud to a self-hosted instance. These projects are currently in “archive mode” due to th...
