geopython / geopython/GeoHealthCheck
Docker-compose down takes 10 seconds
Open
bug
- Dominant language
- Python
- Stars
- 92
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
When using GHC with Docker I've noticed that the command `docker-compose down` takes about 10 seconds. This is an indication that the containers are removed forcefully by Docker. Probably the termination signal sent by Docker is not captured properly, which results in an unclean shutdown.
Contributor guide
Assessment
This issue has not been assessed yet.