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";
|
image = "docker.io/gotify/server";
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/containers/gotify:/app/data"
|
"/var/lib/containers/config/gotify:/app/data"
|
||||||
];
|
];
|
||||||
|
|
||||||
labels = {
|
labels = {
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
repositoryUrl = "ssh://borg-backup/./vps";
|
repositoryUrl = "ssh://borg-backup/./vps";
|
||||||
backupPaths = [
|
backupPaths = [
|
||||||
"/home"
|
"/home"
|
||||||
"/var/lib/containers"
|
"/var/lib/containers/config"
|
||||||
"/etc"
|
"/etc"
|
||||||
];
|
];
|
||||||
# Examples:
|
# Examples:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue