mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-18 10:57:12 +08:00
feat: update md 2.1.0
This commit is contained in:
14
apps/md/2.1.0/docker-compose.yml
Normal file
14
apps/md/2.1.0/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
md:
|
||||
image: doocs/md:2.1.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user