mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
docker service scheduler add volume NP_BACKUP_EXPORT_PATH
This commit is contained in:
@@ -47,6 +47,7 @@ services:
|
|||||||
SERVICE_NAME: scheduler
|
SERVICE_NAME: scheduler
|
||||||
volumes:
|
volumes:
|
||||||
- .:/var/www/html
|
- .:/var/www/html
|
||||||
|
- ${NP_BACKUP_EXPORT_PATH:-/tmp/nexusphp_backup}:${NP_BACKUP_EXPORT_PATH:-/tmp/nexusphp_backup}
|
||||||
depends_on:
|
depends_on:
|
||||||
- php
|
- php
|
||||||
- redis
|
- redis
|
||||||
|
|||||||
Reference in New Issue
Block a user