upgrade php container

This commit is contained in:
kuaifan 2023-03-28 00:11:48 +08:00
parent ef7ed58a22
commit 342b9d6fc6

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
php: php:
container_name: "dootask-php-${APP_ID}" container_name: "dootask-php-${APP_ID}"
image: "kuaifan/php:swoole-8.0.rc7" image: "kuaifan/php:swoole-8.0.rc8"
shm_size: "1024m" shm_size: "1024m"
volumes: volumes:
- ./docker/crontab/crontab.conf:/etc/supervisor/conf.d/crontab.conf - ./docker/crontab/crontab.conf:/etc/supervisor/conf.d/crontab.conf