docker php image use php:8.2-fpm + volume backup export path

This commit is contained in:
xiaomlove
2025-05-17 13:20:42 +07:00
parent 21bb095683
commit 0b35fe662d
6 changed files with 89 additions and 55 deletions
+1
View File
@@ -8,6 +8,7 @@ services:
SERVICE_NAME: php
volumes:
- .:/var/www/html
- ${NP_BACKUP_EXPORT_PATH:-/tmp/nexusphp_backup}:${NP_BACKUP_EXPORT_PATH:-/tmp/nexusphp_backup}
depends_on:
- mysql
- redis