added mkdocs to docker-compose

This commit is contained in:
Hayden
2021-01-16 09:33:37 -09:00
parent d0f89956f4
commit b689c4715b

View File

@@ -34,6 +34,14 @@ services:
volumes:
- ./mealie:/app
mealie-docs:
image: squidfunk/mkdocs-material
restart: always
ports:
- 9924:8000
volumes:
- ./docs:/docs
# Database
mongo:
image: mongo