pgAdmin 4 commit: Expose the bind address in the Docker container via P

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Expose the bind address in the Docker container via P
Date: 2019-01-31 13:26:40
Message-ID: E1gpCMa-0006VM-8g@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Expose the bind address in the Docker container via PGADMIN_BIND_ADDRESS. Fixes #3955

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=da3b3de39773733ed4438e159cdc966eb861dffb
Author: Diego Augusto Molina <diegoaugustomolina(at)gmail(dot)com>

Modified Files
--------------
docs/en_US/container_deployment.rst | 8 ++++++++
docs/en_US/release_notes_4_2.rst | 3 ++-
pkg/docker/entrypoint.sh | 4 ++--
3 files changed, 12 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-01-31 13:28:24 pgAdmin 4 commit: Ensure we use PIP 18.1 in the Docker build because of
Previous Message Dave Page 2019-01-31 12:48:22 Re: Remove python 2.6 specific code