fix: 最大只能上传64M的问题
This commit is contained in:
parent
1a65c4a579
commit
07fca8b895
@ -4,6 +4,7 @@ services:
|
|||||||
php:
|
php:
|
||||||
container_name: "dootask-php-${APP_ID}"
|
container_name: "dootask-php-${APP_ID}"
|
||||||
image: "kuaifan/php:swoole-8.0"
|
image: "kuaifan/php:swoole-8.0"
|
||||||
|
shm_size: "1024m"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./docker/crontab/crontab.conf:/etc/supervisor/conf.d/crontab.conf
|
- ./docker/crontab/crontab.conf:/etc/supervisor/conf.d/crontab.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user