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 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