Have been trying all day to get Kirby up and running on a docker container. Tried following the cookbook recipe as well as my own Dockerfile’s & docker-compose files but they all fail on the same issue.
This will start up apache, the frontpage will work but as soon as i open the /panel there are api calls being made to /api/site/xxx that will not return any response and crash the container (i even need to restart the whole docker deamon to get stuff down again). No response / errors / logging is given.
However…running
docker run -d --name mycontainer -p 80:80 docker-starterkit
That looks exactly like the code from the 3rd example in the recipe. The example is using a bind mount. I just tested this again and work without issues for me.