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
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.
The text was updated successfully, but these errors were encountered:
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 tohttp://0.0.0.0:80/
it gives meThe 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.
The text was updated successfully, but these errors were encountered: