Skip to content

Commit

Permalink
Added backup bind mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Brend-Smits committed Jun 25, 2020
1 parent ab4b525 commit 5e1aa43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/controllers/docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,12 @@ class Docker {
Type: 'bind',
ReadOnly: true,
},
{
Target: "/backups/servers/",
Source: "/backups/servers/",
Type: 'bind',
ReadOnly: true,
}
],
Tmpfs: {
'/tmp': Config.get('docker.policy.container.tmpfs', 'rw,exec,nosuid,size=50M'),
Expand Down

0 comments on commit 5e1aa43

Please sign in to comment.