mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
added mkdocs to docker-compose
This commit is contained in:
parent
d0f89956f4
commit
b689c4715b
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue