Problem running devilbox on latest Alpine

I’m trying to run the latest version of devilbox on the latest Alpine distribution but I’m getting

sudo docker-compose up -d
WARNING: The FLASK_PROJECT variable is not set. Defaulting to a blank string.
ERROR: id not found

@mwoodpatrick Can you add some more info, so that I can try to reproduce. Also, you shouldn’t be using sudo to run this.

I’m running with Alpine Linux v3.17 on WSL-2 and latest devilbox. I just copied env-example to .env and ran:

docker-compose up -d

and got

ERROR: id not found

Please let me know what additional info you would like

Does devilbox assume Compose V2 or V1?

FWIW I am able to run

docker run -d -p 80:80 docker/getting-started

from this distro

Can you provide a bit more detail like what was throwing the id not found and what else was shown, etc.