1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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