From 83a68e445bfe68811fd9fde2f7cd5a358ebeea5e Mon Sep 17 00:00:00 2001 From: qwertzipups <120680350+qwertzipups@users.noreply.github.com> Date: Thu, 15 Dec 2022 21:08:14 +0100 Subject: [PATCH] Update README.md Changed to "--rm importdata" in the cron example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbfb33c..c063486 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Bringing in https://dotnet.social/users/mzikmund/statuses/109458968117245196 I'm running it as a cron every 15 minutes, doing something like this: ``` -1,16,31,46 * * * * /usr/local/bin/docker-compose -f /path/to/GetMoarFediverse/docker-compose.yml run --rm import > /path/to/GetMoarFediverse/cron.log 2>&1 +1,16,31,46 * * * * /usr/local/bin/docker-compose -f /path/to/GetMoarFediverse/docker-compose.yml run --rm importdata > /path/to/GetMoarFediverse/cron.log 2>&1 ``` ### What about Windows?