thecodingmachine / docker-images-php

A set of PHP Docker images
MIT License
768 stars 137 forks source link

Takes too long to shut down #358

Open necmettin opened 1 year ago

necmettin commented 1 year ago

Expected Behavior

The image should shut down within a few seconds. In my case, it takes 10.3 seconds.

Current Behavior

It takes 10.3 seconds to shut down.

Steps to Reproduce (for bugs)

I have attached the relevant part of my docker compose file. Here is how I start the file: (Username, password and database names are modified of course.) title=localtest appurl="http://localhost/" approot="." dbpass=x dbname=x dbuser=x

Your Environment

mistraloz commented 1 year ago

I think there is a miss implementation of extinction signals in our image. This PR may help but was not fixed so i can't merge it. https://github.com/thecodingmachine/docker-images-php/pull/215

I'm will working onto a v5 and i will try to fix that too.