pgAdmin 4 commit: Expose the bind address in the Docker container viaP - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Expose the bind address in the Docker container viaP
Date
Msg-id E1gpCMa-0006VM-8g@gothos.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Remove python 2.6 specific code
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Ensure we use PIP 18.1 in the Docker build becauseof