Skip to content

Commit 9624b4f

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

borgmatic/docker-compose.restore.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
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
@@ -33,7 +33,7 @@ services:
3333
- /dev/fuse:/dev/fuse # Provide access to the FUSE device
3434
command: /bin/bash # This command would override your Borgmatic entrypoint.
3535

36-
networks:
37-
global-backend-network:
38-
external: true # Connects to EasyEngine's backend network
39-
name: ee-global-backend-network # Name of the external network for EasyEngine services
36+
# networks:
37+
# global-backend-network:
38+
# external: true # Connects to EasyEngine's backend network
39+
# name: ee-global-backend-network # Name of the external network for EasyEngine services

0 commit comments

Comments
 (0)