feat: update MD 2.0.4

This commit is contained in:
arch3rPro
2025-07-08 21:14:43 +08:00
parent 610868d5c8
commit a49bbd3cdc
6 changed files with 53 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
services:
md:
image: doocs/md:2.0.4
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true