appstore-1panel/apps/mkdocs-material/latest/docker-compose.yml
Xiao Tan dbfa47d70d
add mkdocs-material (#356)
Co-authored-by: BH1XAQ <tanxiao@16iot.cn>
2023-11-06 18:23:05 +08:00

17 lines
339 B
YAML

version: '3'
services:
mkdocs-material:
image: squidfunk/mkdocs-material
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8000"
volumes:
- ./data:/docs
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true