Link to the Docker on Windows demo

This commit is contained in:
Gervasio Marchand 2022-12-07 09:16:00 -03:00
parent 2caa81872d
commit f757ce4818
No known key found for this signature in database
GPG Key ID: B7736CB188DD0A38

View File

@ -58,3 +58,9 @@ 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 import > /path/to/GetMoarFediverse/cron.log 2>&1
``` ```
### What about Windows?
You can run it on Docker on Windows, and set up a scheduled task. You can watch [this demo by Jeff Lindborg](https://www.youtube.com/watch?v=v73ZKtP0rzE).
I could package it as an installer, and that would remove the need of Docker... would you be interested in that? Open an issue :)