Hello, I ran the command specified in the readme for self hosting, docker run -d -v ~/appsettings.json:/app/appsettings.production.json -v ~/data:/app/data --memory 500M --cpus 2 -p 80:80 -e ASPNETCORE_URLS=http://+:80 ghcr.io/cisien/blazebin:latest. But when I head over to http://0.0.0.0:80/ it gives me The web page at http://0.0.0.0/ might be temporarily down or it may have moved permanently to a new web address. ERR_ADDRESS_INVALID Which I'm not sure is a me error or a blazebin error in which it isn't able to load the content.
I'm on windows btw.