Reverted bind address in Dockerfile (#1712)

Reverts 02f058bc82

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.
This commit is contained in:
Jake Howard
2020-05-18 17:55:31 +01:00
committed by GitHub
parent 1d7651aca6
commit d2f00e6929

View File

@@ -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"]