fix: 最大只能上传64M的问题

This commit is contained in:
kuaifan 2022-01-16 14:53:35 +08:00
parent 1a65c4a579
commit 07fca8b895

View File

@ -4,6 +4,7 @@ services:
php:
container_name: "dootask-php-${APP_ID}"
image: "kuaifan/php:swoole-8.0"
shm_size: "1024m"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./docker/crontab/crontab.conf:/etc/supervisor/conf.d/crontab.conf