diff --git a/modules/ttrss-postgres/default.nix b/modules/ttrss-postgres/default.nix index 327d4e8..f2a23f0 100644 --- a/modules/ttrss-postgres/default.nix +++ b/modules/ttrss-postgres/default.nix @@ -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" = {