You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the Best Practice to move data out of the Devilbox, I would like to have the same way for backups.
Goal
To do it, I've :
added a non official HOST_PATH_BACKUPDIR env var in my .env file
added a docker-compose.override.yml file with such content
# IMPORTANT: The version must match the version of docker-compose.yml
---
version: '2.3'services:
php:
volumes:
# Mount Backup directory
- ${HOST_PATH_BACKUPDIR}:/shared/backups:rw${MOUNT_OPTIONS}
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
ISSUE TYPE
SUMMARY
Following the Best Practice to move data out of the Devilbox, I would like to have the same way for backups.
Goal
To do it, I've :
HOST_PATH_BACKUPDIR
env var in my.env
filedocker-compose.override.yml
file with such contentThe text was updated successfully, but these errors were encountered: