Skip to content

Commit 6a3ecec

Browse files
authored
update
1 parent 26652a9 commit 6a3ecec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

borgmatic/docker-compose.restore.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ services:
1818
- /etc/timezone:/etc/timezone:ro # Sync timezone
1919
environment:
2020
- TZ=${TZ} # Set timezone
21-
- HOSTNAME=restore-form-borg # Get Hostname of host
21+
- HOSTNAME=restore-form-borg # Get Hostname of host
2222
- BORGBASE_REPO_PATH=${BORGBASE_REPO_PATH} # Path to BorgBase repository
2323
- BORG_PASSPHRASE=${BORG_PASSPHRASE} # Borg repository passphrase
2424
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} # MariaDB root password for backups
25+
- BORG_RSH=${BORG_RSH} # SSH parameters, e.g., for remote access
2526
networks:
2627
global-backend-network:
2728
cap_add: # Add Linux capabilities

borgmatic/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
- BORGBASE_REPO_PATH=${BORGBASE_REPO_PATH} # Path to BorgBase repository
2323
- BORG_PASSPHRASE=${BORG_PASSPHRASE} # Borg repository passphrase
2424
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} # MariaDB root password for backups
25+
- BORG_RSH=${BORG_RSH} # SSH parameters, e.g., for remote access
2526
networks:
2627
global-backend-network:
2728

0 commit comments

Comments
 (0)