Open luigi-raynel-dev opened 1 year ago
Confirming problem. nginx-wsgi-flask will build without problems, but the nginx container won't run with the mentioned error.
Running podman-compose with a rootful machine.
most likely a windows problem. Changed "/app/start.sh" to "/bin/bash /app/start.sh" in compose.yaml and I get now a windows-specific problem:
Copied the raw start.sh and it is now working. Had to let the changes in compose.yaml there.
Hi @luigi-raynel-dev! Which example compose stack are you trying to run that gave you that error?