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 9624b4f commit b604ea0Copy full SHA for b604ea0
borgmatic/docker-compose.restore.yml
@@ -18,12 +18,12 @@ services:
18
- /etc/timezone:/etc/timezone:ro # Sync timezone
19
environment:
20
- TZ=${TZ} # Set timezone
21
- - HOSTNAME=${HOSTNAME} # Get Hostname of host
+ - HOSTNAME=restore-form-borg # Get Hostname of host
22
- BORGBASE_REPO_PATH=${BORGBASE_REPO_PATH} # Path to BorgBase repository
23
- 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:
+ global-backend-network:
27
cap_add: # Add Linux capabilities
28
- SYS_ADMIN # Required for FUSE (mounting filesystems)
29
security_opt: # Adjust security options
0 commit comments