Skip to content

Commit f595563

Browse files
authored
update
1 parent b616c52 commit f595563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

borgmatic/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ services:
1818
- /etc/timezone:/etc/timezone:ro # Sync timezone
1919
environment:
2020
- TZ=${TZ} # Set timezone
21-
- BORG_PASSPHRASE=${BORG_PASSPHRASE} # Borg repository passphrase
2221
- HOSTNAME=${HOSTNAME} # Get Hostname of host
2322
- BORGBASE_REPO_PATH=${BORGBASE_REPO_PATH} # Path to BorgBase repository
23+
- BORG_PASSPHRASE=${BORG_PASSPHRASE} # Borg repository passphrase
2424
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} # MariaDB root password for backups
2525
networks:
2626
global-backend-network:

0 commit comments

Comments
 (0)