Removed --dev-addr flag from Dockerfile for Windows compatibility

This commit is contained in:
squidfunk 2018-02-21 22:54:49 +01:00
parent 468c1a7543
commit bdf24e255f
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
mkdocs-material-2.x.x (2018-02-xx)
mkdocs-material-2.6.4 (2018-02-21)
* Fixed incorrect margins for buttons in Firefox and Safari
* Replaced package manager yarn with npm 5.6
* Reverted GitHub stars rounding method
* Removed --dev-addr flag from Dockerfile for Windows compatibility
mkdocs-material-2.6.3 (2018-02-18)

View File

@ -48,4 +48,4 @@ EXPOSE 8000
# Start development server by default
ENTRYPOINT ["mkdocs"]
CMD ["serve", "--dev-addr=0.0.0.0:8000"]
CMD ["serve"]