1
0

chore(deps): update mtphotos/mt-photos docker tag to v1.46.0 (localApps) (#4369)

This commit is contained in:
renovate[bot]
2026-03-06 07:52:05 +00:00
committed by GitHub
parent 8c5e2090e4
commit 68e9ebab55
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
services:
mt-photos:
image: "mtphotos/mt-photos:1.46.0"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8063"
environment:
- TZ=${TIME_ZONE}
volumes:
- "${CONFIG_PATH}:/config"
- "${UPLOAD_PATH}:/upload"
- "${MEDIA_PATH}:${MEDIA_PATH_INTERNAL}"
- "${MEDIA_PATH_2}:${MEDIA_PATH_INTERNAL_2}"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true