Hi @agriesser thank you for your help and your quick response.
Now I see it clearly, here is the output of the mattermost container:
{
"mattermost": {
"IPAMConfig": null,
"Links": null,
"Aliases": [
"docker-mattermost-1",
"mattermost",
"39e4bc408cd2"
],
"NetworkID": "1c24ee5a3b2c5ebc9d66a4a0a37d072af8e12a7af5e9af150cba65d8c3119044",
"EndpointID": "cd723e9a28103a4604af0f132c560526721adeabc0ab6931eeb06236f92f260d",
"Gateway": "172.18.0.1",
"IPAddress": "172.18.0.5",
"IPPrefixLen": 16,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "02:42:ac:12:00:05",
"DriverOpts": null
}
}
And the output of the clamav container:
{
"mattermost": {
"IPAMConfig": null,
"Links": null,
"Aliases": [
"nextav",
"av",
"1491fd2ee852"
],
"NetworkID": "1c24ee5a3b2c5ebc9d66a4a0a37d072af8e12a7af5e9af150cba65d8c3119044",
"EndpointID": "ee03e6140f369d3314db1d11f2447d0db4667d06c42f0459f5f0dad8aadf8f18",
"Gateway": "172.18.0.1",
"IPAddress": "172.18.0.2",
"IPPrefixLen": 16,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "02:42:ac:12:00:02",
"DriverOpts": null
}
}
I recently configured the plugin pointing to 172.18.0.2:3310, and now I can send many files correctly, I tested it sending the EICAR test file, and it keeps stuck on processing (I can’t send it, so It’s ok), but It doesn’t show me any error message such as the one in the github project:

This is the final result:

So my question is if this is how it should work or am I missing something?
Once again, thanks for your help