mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added workaround for MkDocs 1.1.1 forbidding to bind on 0.0.0.0
This commit is contained in:
parent
b8cf7d76e5
commit
02f058bc82
@ -54,4 +54,4 @@ EXPOSE 8000
|
||||
|
||||
# Start development server by default
|
||||
ENTRYPOINT ["mkdocs"]
|
||||
CMD ["serve", "--dev-addr=0.0.0.0:8000"]
|
||||
CMD ["serve", "--dev-addr=::0:8000"]
|
||||
|
Loading…
Reference in New Issue
Block a user