docker service scheduler add volume NP_BACKUP_EXPORT_PATH

This commit is contained in:
xiaomlove
2025-05-23 11:59:51 +07:00
parent 75915d081b
commit 3ebfac364c

View File

@@ -47,6 +47,7 @@ services:
SERVICE_NAME: scheduler
volumes:
- .:/var/www/html
- ${NP_BACKUP_EXPORT_PATH:-/tmp/nexusphp_backup}:${NP_BACKUP_EXPORT_PATH:-/tmp/nexusphp_backup}
depends_on:
- php
- redis