Docker: limit to one toot at a time

This commit is contained in:
Sven Fischer 2024-01-22 21:42:46 +01:00
parent 51e2c695bb
commit 62bab075d8
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ RUN \
VOLUME $DATA_DIR
WORKDIR $DATA_DIR
CMD ["feed2toot", "--verbose", "--debug","-c", "./feed2toot.ini"]
CMD ["feed2toot", "--limit", "1", "--verbose", "--debug","-c", "./feed2toot.ini"]