Skip to content
Snippets Groups Projects
Unverified Commit cc254e85 authored by Paul Liétar's avatar Paul Liétar Committed by GitHub
Browse files

Unset NOTIFY_SOCKET when running the temporary server. (#1325)

* Unset NOTIFY_SOCKET when running the temporary server.

Postgres has native support for this notification socket and will write a `READY=1` message once it is ready and accepting connections. Unfortunately, the temporary server used by the `docker-entrypoint.sh` also sends a message on the socket, making it appear as though the container is ready and serving connections when it is not.
parent 729d22b1
No related branches found
No related tags found
Loading
Showing
with 60 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment