docker-postgresql
docker-postgresql copied to clipboard
Postgres Shutdown Immediately after docker compose up
Try connecting /dev/null to volume.
Example:
touch /srv/docker/postgresql_null
then add -v '/srv/docker/postgresql_null:/dev/null'
to docker run
. See what's inside the volume.