chore(deps): update mdcng/mdc docker tag to v1.35.1 (localApps) (#4372)
This commit is contained in:
23
apps/mdc-ng/1.35.1/docker-compose.yml
Normal file
23
apps/mdc-ng/1.35.1/docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
mdc-ng:
|
||||
image: "mdcng/mdc:v1.35.1"
|
||||
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
|
||||
Reference in New Issue
Block a user