12345678910111213 |
- version: "3.7"
- services:
- token_refresh:
- image: php-zts-debug:7.3.18
- volumes:
- - ../../../../:/var/www/html
- - ../conf/etc/localtime:/etc/localtime:ro
- - ../conf/php/php-debug.ini:/usr/local/etc/php/php.ini
- - /Volumes/Transcend/upload:/var/www/html/data/upload
- - /Users/stanley-king/work/PHPProject/shoplog:/var/www/html/data/log
- container_name: "panda-token-refresh"
- command: [php,"/var/www/html/crontab/index.php",'vendor','token_refresh']
|