Replies: 3 comments
-
Otherwise, the moderators usually ask for a reproduction to assist |
Beta Was this translation helpful? Give feedback.
-
The previous answer is probably correct. I just extended the official Docker image as described in the Getting Started guide and So it's probably both, wrong indentation in your Please also note the following warning from the Getting Started Guide: Warning The Docker container is intended for local previewing purposes only and is not suitable for deployment. This is because the web server used by MkDocs for live previews is not designed for production use and may have security vulnerabilities. |
Beta Was this translation helpful? Give feedback.
-
![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
docker run -itd --restart=always --name Mkdocs -v /www/wwwroot/Mkdocs/docs:/docs -v /www/wwwroot/Mkdocs/tmp:/tmp -p 8000:8000 --workdir /docs squidfunk/mkdocs-material serve -a 0.0.0.0:8000

It seems that the plugins: - glightbox configuration in your Docker image is not working. Is my usage incorrect?
Beta Was this translation helpful? Give feedback.
All reactions