We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b616c52 commit f595563Copy full SHA for f595563
borgmatic/docker-compose.yml
@@ -18,9 +18,9 @@ services:
18
- /etc/timezone:/etc/timezone:ro # Sync timezone
19
environment:
20
- TZ=${TZ} # Set timezone
21
- - BORG_PASSPHRASE=${BORG_PASSPHRASE} # Borg repository passphrase
22
- HOSTNAME=${HOSTNAME} # Get Hostname of host
23
- BORGBASE_REPO_PATH=${BORGBASE_REPO_PATH} # Path to BorgBase repository
+ - BORG_PASSPHRASE=${BORG_PASSPHRASE} # Borg repository passphrase
24
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} # MariaDB root password for backups
25
networks:
26
global-backend-network:
0 commit comments