fix(docker): use the right name for the nextcloud container
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-08-25 18:10:01 -04:00
parent c39d5435ee
commit 42dcc63d9e

View file

@ -153,7 +153,7 @@ in {
serviceConfig = {
Type = "oneshot";
ExecStart = "${pkgs.docker}/bin/docker exec -u www-data ${mainContainerName} php -f /var/www/html/cron.php";
ExecStart = "${pkgs.docker}/bin/docker exec -u www-data nextcloud_${mainContainerName} php -f /var/www/html/cron.php";
};
};
}