You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had the same error, when trying to run docker compose on windows docker.
Somehow the file endings for all the scripts were messed up after I cloned the image.
The solutuion for me was to change the line endings of all the script files (*.sh) from windows CRLF (\r\n) to Unix/Linux LF (\n)
When running
docker compose up
I get this:
The text was updated successfully, but these errors were encountered: