The basic app works, but breaks in docker
npx crawlee create and playwright crawler works, however when I try to dockerize this app using the guide from https://crawlee.dev/docs/guides/docker-images it doesn't work.The only change I've done is that I've created a docker compose file with the following contents to make it a bit easier for me.
When I try to launch it, I get the following error:
Am I doing something wrong? Is it something wrong with the image? Is it not possible to run on mac with ARM and I need to emulate x64?

