File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
- BORG_PASSPHRASE=${BORG_PASSPHRASE} # Borg repository passphrase
24
24
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} # MariaDB root password for backups
25
25
networks :
26
- global-backend-network :
26
+ # global-backend-network:
27
27
cap_add : # Add Linux capabilities
28
28
- SYS_ADMIN # Required for FUSE (mounting filesystems)
29
29
security_opt : # Adjust security options
@@ -33,7 +33,7 @@ services:
33
33
- /dev/fuse:/dev/fuse # Provide access to the FUSE device
34
34
command : /bin/bash # This command would override your Borgmatic entrypoint.
35
35
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
You can’t perform that action at this time.
0 commit comments