This commit is contained in:
death916 2025-06-09 05:01:28 -07:00
parent 2637d43ecd
commit ccb61f62b9

View file

@ -180,7 +180,7 @@ users.users.death916 = {
ports = [ "5000:5000" ];
volumes = [ "/media/storage/media/books/ebook:/data" ]; # <-- Remember to change this path
cmd = [
"/data", "-A"
"/data" "-A"
];
extraOptions = [ "--restart=unless-stopped" ];
};