fix: correct crontab line

This commit is contained in:
2025-12-10 01:37:33 +03:00
parent 2b0f04eb94
commit 613ce520ee

View File

@@ -70,7 +70,7 @@ services:
restart: unless-stopped
environment:
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:
- ./src:/web
- ./scripts:/scripts