fix: correct crontab line
This commit is contained in:
@@ -70,7 +70,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
CRONTAB: |
|
CRONTAB: |
|
||||||
*\10 * * * * php /module/oc_telegram_shop/upload/cli.php schedule:run > /proc/1/fd/1
|
*/10 * * * * php /module/oc_telegram_shop/upload/cli.php schedule:run > /proc/1/fd/1
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/web
|
- ./src:/web
|
||||||
- ./scripts:/scripts
|
- ./scripts:/scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user