mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-27 13:08:13 +00:00
upgrade php container
This commit is contained in:
parent
ef7ed58a22
commit
342b9d6fc6
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user