Hmm. Everything is all up to date. The container/image (I’m not great with docker) was created a while ago before they switched over to docker compose.
Removing the image from docker and doing a prune then recreating it seems to have fixed the issue.
I think you still had an old and problematic image. The problem with latest images is, that you have to make a pull every time you want a newer image. If you use tagged images, you can just change to a newer one and as soon as you run docker-compose up -d, it pulls the new image.