mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-04 01:15:19 -05:00
added mkdocs to docker-compose
This commit is contained in:
@@ -34,6 +34,14 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./mealie:/app
|
- ./mealie:/app
|
||||||
|
|
||||||
|
mealie-docs:
|
||||||
|
image: squidfunk/mkdocs-material
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 9924:8000
|
||||||
|
volumes:
|
||||||
|
- ./docs:/docs
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo
|
image: mongo
|
||||||
|
|||||||
Reference in New Issue
Block a user