Correct command for backup container

This commit is contained in:
Andreas Zweili 2022-11-10 23:58:19 +01:00
parent 0324bc5588
commit d54c2c6998
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ in
"/var/lib/ttrss/html:/var/www/html"
"/var/lib/ttrss/backup:/backup"
];
cmd = [ "/opt/tt-rss/dcron.sh -f" ];
cmd = [ "/opt/tt-rss/dcron.sh" "-f" ];
extraOptions = [ "--add-host=host.docker.internal:host-gateway" ];
};
containers."updater" = {