fix: correct path for cron
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user