Skip to content

Conversation

@waylan
Copy link
Member

@waylan waylan commented May 14, 2020

All IP addresses passed to dev_addr are now normalized.
127.000.000.001 is normalized to 127.0.0.1.

With apologies to docker container users, the address 0.0.0.0
no longer raises an error but a warning instead. Apparently,
docker containers need to use that address, even in dev environments.

Closes #2108.

All IP addresses passed to `dev_addr` are now normalized.
`127.000.000.001` is normalized to `127.0.0.1`.

With apologies to docker container users, the address `0.0.0.0`
no longer raises an error but a warning instead. Apparently,
docker containers need to use that address, even in dev environments.

Closes mkdocs#2108.
@btisdall
Copy link

btisdall commented May 14, 2020

Thanks for this @waylan and all your effort maintaining makedocs.

@waylan waylan merged commit 58d70c2 into mkdocs:master May 14, 2020
@waylan waylan deleted the 2108 branch May 14, 2020 14:51
@cimnine cimnine mentioned this pull request Jul 7, 2020
@peng-cheng-li
Copy link

Not able run mkdoc server [::]:8000?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change to prevent 0.0.0.0 makes containerized usage painful

3 participants