docker-postgresql icon indicating copy to clipboard operation
docker-postgresql copied to clipboard

Postgres Shutdown Immediately after docker compose up

Open shuboy2014 opened this issue 7 years ago • 1 comments

shuboy2014 avatar Apr 28 '17 15:04 shuboy2014

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.

thomedw avatar May 13 '17 03:05 thomedw