kartoza / docker-postgis

Dockerfile for postgis
GNU General Public License v2.0
648 stars 317 forks source link

Better handling of signals from docker kill by launching postgres as PID 1. #435

Closed apompee closed 1 year ago

apompee commented 1 year ago

In the case we launched the container without arguments as non root, the postgres process was not launched using exec. This lead to docker kill or docker compose down to be slow.