MightGuy
Results
2
comments of
MightGuy
> The error you're seeing is due to start.sh having Windows-style line endings (CRLF) instead of Unix-style (LF). To fix this, you need to convert the line endings to Unix...
> @KoutaTakeshi Hi, we've just removed the start.sh script > > 1. Pull the latest changes from the repository and build the docker compose > 2. If the issue persists,...