rearrange container config location
This commit is contained in:
parent
58525749ea
commit
b6121b1252
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ in
|
|||
image = "docker.io/gotify/server";
|
||||
|
||||
volumes = [
|
||||
"/var/lib/containers/gotify:/app/data"
|
||||
"/var/lib/containers/config/gotify:/app/data"
|
||||
];
|
||||
|
||||
labels = {
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
repositoryUrl = "ssh://borg-backup/./vps";
|
||||
backupPaths = [
|
||||
"/home"
|
||||
"/var/lib/containers"
|
||||
"/var/lib/containers/config"
|
||||
"/etc"
|
||||
];
|
||||
# Examples:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue