Преглед на файлове

[docs] fix the cron container terminates upon start (#3718)

proletarius101 преди 4 години
родител
ревизия
76db9a6ae3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Docker/README.md

+ 1 - 1
Docker/README.md

@@ -245,7 +245,7 @@ docker run -d --restart unless-stopped --log-opt max-size=10m \
   -e 'CRON_MIN=17,47' \
   --net freshrss-network \
   --name freshrss_cron freshrss/freshrss \
-  cron
+  cron -f
 ```
 
 #### For the Alpine image