I’m seeing this error when I’m trying to run docker-compose:
Cannot stop container: <id>: permission denied
I understand that I should have ran docker-compose down but I’m also having an issue doing so. It complains both permission denied and network n8n-docker-caddy_default has active endpoints.
This is odd since I was able to run docker-compose down before and had no issues with running these commands. I’ve tried multiple things that online forums have recommended such as running docker network prune or removing orphans or removing the network directly. Nothing seems to be working for me.
Anyone know how I can successfully shut these containers down so I can build my new one with the new n8n versions?
Information on your n8n setup
n8n version: 0.215.1
Database you’re using (default: SQLite): Default (SQLite)
Running n8n with the execution process [own(default), main]: Default (own)
Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker (caddy)
@soba-james If you are on Linux, can you please check if you have AppArmor active?
Also, please do not delete the Information on your n8n setup section when creating new posts, that’s very important information, and is often helpful in figuring out the issues quicker.