Skip to content

Commit b604ea0

Browse files
authored
Update docker-compose.restore.yml
1 parent 9624b4f commit b604ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

borgmatic/docker-compose.restore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ services:
1818
- /etc/timezone:/etc/timezone:ro # Sync timezone
1919
environment:
2020
- TZ=${TZ} # Set timezone
21-
- HOSTNAME=${HOSTNAME} # 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
2525
networks:
26-
# global-backend-network:
26+
global-backend-network:
2727
cap_add: # Add Linux capabilities
2828
- SYS_ADMIN # Required for FUSE (mounting filesystems)
2929
security_opt: # Adjust security options

0 commit comments

Comments
 (0)