I’ve been trying to setup Vikunja on my raspberry pi, however i’ve run into the following error when starting the docker image.
$ sudo docker compose up
[+] Running 1/0
✔ Container admin-vikunja-1 Created
Attaching to vikunja-1
vikunja-1 | info: creating the new user vikunja with 1000:1000
vikunja-1 | usermod: no changes
vikunja-1 exited with code 139
Thinking it might have something to do with the latest update (as I’ve got it running on a different pi before), I changed the image to ‘vikunja/api’. Here it does get to the point of showing the message that the image is deprecated without other errors.
Any ideas if something in the last update could cause this error?