mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
24 lines
505 B
YAML
24 lines
505 B
YAML
services:
|
|
mdc-ng:
|
|
image: "mdcng/mdc:1.11.0"
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:9208"
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TIME_ZONE}
|
|
volumes:
|
|
- "${CONFIG_PATH}:/config"
|
|
- "${MEDIA_PATH}:${MEDIA_PATH_INTERNAL}"
|
|
- "${MEDIA_PATH_2}:${MEDIA_PATH_INTERNAL_2}"
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|