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";
volumes = [
"/var/lib/containers/gotify:/app/data"
"/var/lib/containers/config/gotify:/app/data"
];
labels = {