Improving README.md in the Quickstart section #406
layer7gmbh
started this conversation in
General
Replies: 1 comment
-
If You can see this in our |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
at very first, thank you for your work! Using netbox with docker makes setup in general much easier/faster.
Since i run into this issue, i wanted to suggest to change the Quickstart information in the readme.md of the project page.
Currently its:
But without defining:
ALLOWED_HOSTS
like: ALLOWED_HOSTS=localhost ::1 127.0.0.1
in the netbox.env file inside the env folder of the downloaded package
before
running
docker-compose up
the brought up container will answer browser connection attempts with
The connection was reset
So defining ALLOWED_HOSTS is actually mandatory.
Without doing it, this:
"The whole application will be available after a few minutes. Open the URL http://0.0.0.0:8000/ in a web-browser."
will always fail ( at least it did always fail with me ). By the way should that 0.0.0.0 not be better replaced by "localhost" ?
So in my humble opinion, this could be mentioned in the Quickstart section to make things more streight forward.
Greetings & stay healthy!
Oliver
Beta Was this translation helpful? Give feedback.
All reactions