fix: correct path for cron

This commit is contained in:
2025-12-23 19:38:19 +03:00
parent b87797ee67
commit 185f3096e1
3 changed files with 6 additions and 2 deletions

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
*/5 * * * * php /web/upload/cli.php schedule:run > /proc/1/fd/1
volumes:
- ./src:/web
- ./scripts:/scripts