mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
docker php image use php:8.2-fpm + volume backup export path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user