Skip to content

Commit

Permalink
Reverted bind address in Dockerfile (#1712)
Browse files Browse the repository at this point in the history
Reverts 02f058b

The issue in 1.1.1 was made a warning in 1.1.2, so this can be safely restored. Currently it's not possible to access the dev server.
  • Loading branch information
RealOrangeOne authored May 18, 2020
1 parent 1d7651a commit d2f00e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ EXPOSE 8000

# Start development server by default
ENTRYPOINT ["mkdocs"]
CMD ["serve", "--dev-addr=::0:8000"]
CMD ["serve", "--dev-addr=0.0.0.0:8000"]

0 comments on commit d2f00e6

Please sign in to comment.