File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ MYSQL_ROOT_PASSWORD=YOUR-MYSQL-ROOT-PASSWORD # Root password for MySQ
1010
1111VOLUME_EE_SOURCE = /opt/easyengine # Source path for EasyEngine data
1212VOLUME_DOCKER_VOLUMES = /var/lib/docker/volumes # Source path for Docker volumes
13- VOLUME_BORGMATIC_CONFIG_SOURCE = . /borgmatic # Source path for Borgmatic configuration files
14- VOLUME_FAIL2BAN_CONFIG_SOURCE = . /fail2ban # Source path for Fail2Ban configuration files
13+ VOLUME_BORGMATIC_CONFIG_SOURCE = ~ /borgmatic # Source path for Borgmatic configuration files
14+ VOLUME_FAIL2BAN_CONFIG_SOURCE = ~ /fail2ban # Source path for Fail2Ban configuration files
1515VOLUME_CRONTAB_SOURCE = /var/spool/cron # Source path for crontab files
1616
1717VOLUME_RESTORE_DESTINATION = ./restore # Destination path for restoring backups
@@ -22,4 +22,4 @@ VOLUME_BORG_CONFIG=./data/.config/borg # Local path for Borg cl
2222VOLUME_SSH = ./data/.ssh # Local path for SSH keys for remote access
2323VOLUME_BORG_CACHE = ./data/.cache/borg # Local path for Borg cache directory
2424
25- TZ = Asia/Ho_Chi_Minh # Timezone for the container
25+ TZ = Asia/Ho_Chi_Minh # Timezone for the container
You can’t perform that action at this time.
0 commit comments