mtphotos: fix db

This commit is contained in:
zhengyi 2024-01-18 13:59:15 +08:00
parent 25843303da
commit 7e04d473fc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ services:
image: mtphotos/mt-photos:latest
container_name: "mt-photos"
volumes:
- ${DATA_PATH}/config:/config
- ./config:/config
- ${DATA_PATH}/upload:/upload
ports:
- ${PANEL_APP_PORT_HTTP}:8063