rearrange container config location

This commit is contained in:
Yan Lin 2025-10-09 22:34:50 +02:00
parent 58525749ea
commit b6121b1252
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {

View file

@ -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: