What type of hardware are you using: VPS bought online What YunoHost version are you running: 12.1.39 How are you able to access your server: SSH Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: It’s a pretty standard YunoHost installation.
Describe your issue
Environment:
OS: Debian (via YunoHost)
Setup: Evolution API running on Docker alongside YunoHost services (n8n, etc.)
Infrastructure: Self-hosted on a VPS/Local Server
The Issue:
I’m running Evolution API via Docker Compose. Despite having a Redis service defined in my docker-compose.yml, the API logs are flooded with:
[Redis] redis disconnected
Furthermore, when I try to restart the stack with docker compose up -d, I occasionally hit this networking error:
Failed to Setup IP tables: Unable to enable ACCEPT OUTGOING rule: (iptables: No chain/target/match by that name)
Changing CACHE_REDIS_HOST to redis://redis:6379.
Running yunohost firewall reload.
Attempting to bypass the YunoHost SSO for n8n by setting it to 'Visitor' access.
Questions:
Is YunoHost’s native Redis service or its iptables management (AFW) known to conflict with Docker’s internal networking?
How can I ensure the Docker container bypasses YunoHost’s firewall rules to maintain a stable connection to its own Redis container?
Are there specific DOCKER-USER chain rules I should manually inject to stop the accept outgoing failures?
Unfortunately I can’t help you because I don’t use that app so I’ve no idea of it, and it seems that it’s not an app from Yunohost either, I think it might be a good idea to look for help in its github
If the docker container is deployed with no issues, the problem might reside on the app itself.
Yeah, you’re right. Finally, I’ve solved the problem. The thing that I just made is changing over-dated Docker image. I found that Docker image is no longer updated. Thank you for your help and guidance