Skip to content

Commit

Permalink
docs(cron): docker shouldn't have '-it' as it's not interactive durin…
Browse files Browse the repository at this point in the history
…g cron (#75)
  • Loading branch information
ChiefGyk3D authored Mar 5, 2023
1 parent d7a9f06 commit 1cc0b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Every run of the program only synchronizes the accounts once. Use Cron to run it
Or for the Docker version:

```
*/10 * * * * docker run -it --rm -v /home/klausi/workspace/mastodon-twitter-sync:/data klausi/mastodon-twitter-sync
*/10 * * * * docker run --rm -v /path/to/folder/mastodon-twitter-sync:/data klausi/mastodon-twitter-sync
```

You can also use Github Actions for free to perform the periodic execution, the setup is explained in the [Periodic execution with Github Actions Cron](https://github.com/klausi/mastodon-twitter-sync/wiki/Periodic-execution-with-Github-Actions-Cron) wiki article.

0 comments on commit 1cc0b5c

Please sign in to comment.