I am trying to host baserow on my windows PC, but I’m a bit lost. I have downloaded docker desktop on my PC and I tried to run the command prompt below :
But I am getting back error messages. I know there is something I am not doing well. Could anyone please guide me on what to do? I really need this help. Thank you.
What you’re trying to execute should be one single command. Apparently, for you, every newline is executed as a separate command. Please try running it at one single command docker run -d --name baserow -e BASEROW_PUBLIC_URL=http://localhost -v baserow_data:/baserow/data -p 80:80 -p 443:443 --restart unless-stopped baserow/baserow:1.26.1.
I ran it as a single command and it returned this message:
Request returned Internal Server Error for API route and version http://%2f%2f.%2fpipe2fdockerDesktopLinuxEngine/_ping, check if the server supports the requested API version.
How can I check that and what could be the solution?