Remove link to a video that's down, fixes #52

This commit is contained in:
Gervasio Marchand 2024-03-25 11:54:24 -03:00
parent 91a2e5ebae
commit 9ca68b220c
No known key found for this signature in database
GPG Key ID: B7736CB188DD0A38

View File

@ -146,8 +146,4 @@ You can run 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 importdata > /path/to/GetMoarFediverse/cron.log 2>&1
```
### What about Docker on Windows?
I'd recommend you use the executable... but if you really want to, 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).
```