Other port because this is a 2nd container to test the issue. My original container on this environment is still runnning and working. (will stop working when restarting the container, that is what happened at an other environment)
So what happened was, that an environment crashed for some reason unknown. And when Docker restarted the container (always with the latest version) It didn’t start anymore.
When putting in the latest version(192.2) it starts fine again no issue at all
So I tested it on my own mess-around environment, duplicating a container and starting it with the latest version. And get the exact same error as with the other environment.
EDIT:
I see the latest version is now 193 and this was released 15 minutes before the server crashed. that can not be a coincidence.
We did significantly change how we build our docker images in the 193 release. So, it’s very likely that we broke something.
Unfortunately I can’t reproduce this on my local portainer.
I created a new container with n8nio/n8n:latest, and it works as expected.
I havent tried a fresh container. Will do that as well to check.
On new laptop though so need to grab some stuff from cloud before able to login and stuff.
portainer 2.9.3 on both tested environments running in ubuntu Cannot see the specific version at the moment. (default Hetzner Install on both)
EDIT:
I Checked with fresh install with no volumes attached and this does work. on latest
^ We changed the entrypoint from /docker-entrypoint.sh to ./docker-entrypoint.sh.
This sounds like your setup is somehow still using the old entrypoint.
we released a 0.193.1 less than hour ago, and decided to override the tag. Please wait another 30-40 minutes, and then pull in latest or 0.193.1 again.
I needed to create a fresh container to get it to work. But could easily use old volumes and such so everything is working fine now with newest version.
Not sure why I needed a fresh container though.