Skip to content

Commit 9c0b4e3

Browse files
authored
Update .env
1 parent a5b454a commit 9c0b4e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

borgmatic/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ MYSQL_ROOT_PASSWORD=YOUR-MYSQL-ROOT-PASSWORD # Root password for MySQ
1010

1111
VOLUME_EE_SOURCE=/opt/easyengine # Source path for EasyEngine data
1212
VOLUME_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
1515
VOLUME_CRONTAB_SOURCE=/var/spool/cron # Source path for crontab files
1616

1717
VOLUME_RESTORE_DESTINATION=./restore # Destination path for restoring backups
@@ -22,4 +22,4 @@ VOLUME_BORG_CONFIG=./data/.config/borg # Local path for Borg cl
2222
VOLUME_SSH=./data/.ssh # Local path for SSH keys for remote access
2323
VOLUME_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

0 commit comments

Comments
 (0)