serve does not reload changes with Docker #2750
jaceklaskowski
started this conversation in
General
Replies: 2 comments 4 replies
-
Thanks for reporting. I assume it also happens with the none-Insiders version? Could be related to Docker / MkDocs itself. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Thanks for this awesome project. Also glad to have this discussion forum here. I just ran into this issue in Docker myself and spent a bit debugging it. Glad to have found this discussion so I know its not just me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm curious if others are experiencing issues with
mkdocs serve
that does not seem to reload changes when used in Docker and a mounted directory.My setup uses a custom-made Docker image
FROM squidfunk/mkdocs-material-insiders:INSIDERS_TAG
that is executed using:All files are in https://github.com/japila-books/japila-books.github.io.
Jacek
Beta Was this translation helpful? Give feedback.
All reactions