Context
1.docker pull squidfunk/mkdocs-material
2.docker run --rm -it -v /www/wwwroot/Mkdocs:/docs squidfunk/mkdocs-material new .
3.docker run -itd --restart=always --name Mkdocs -v /www/wwwroot/Mkdocs:/docs -v /www/wwwroot/Mkdocs/tmp:/tmp -p 8000:8000 --workdir /docs squidfunk/mkdocs-material serve -a 0.0.0.0:8000
I used the above commands to create a website in docker. But I found that every time the container is restarted or stopped and then started again, it creates N folders in the corresponding /www/wwwroot/Mkdocs/tmp. A folder is generated every time it is started. Is there a bug?
Bug description

Related links
Reproduction
none
Steps to reproduce
none
Browser
No response
Before submitting
Context
1.docker pull squidfunk/mkdocs-material
2.docker run --rm -it -v /www/wwwroot/Mkdocs:/docs squidfunk/mkdocs-material new .
3.docker run -itd --restart=always --name Mkdocs -v /www/wwwroot/Mkdocs:/docs -v /www/wwwroot/Mkdocs/tmp:/tmp -p 8000:8000 --workdir /docs squidfunk/mkdocs-material serve -a 0.0.0.0:8000
I used the above commands to create a website in docker. But I found that every time the container is restarted or stopped and then started again, it creates N folders in the corresponding /www/wwwroot/Mkdocs/tmp. A folder is generated every time it is started. Is there a bug?
Bug description
Related links
Reproduction
none
Steps to reproduce
none
Browser
No response
Before submitting