From 908e15611336e78ff6008cd7d0dbabcf29716ace Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 4 May 2020 09:25:05 +0100 Subject: [PATCH] Correct ipv4 "all interfaces" address in the container docs, per Frank Limpert. Fixes #5466 --- docs/en_US/container_deployment.rst | 2 +- docs/en_US/release_notes_4_22.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en_US/container_deployment.rst b/docs/en_US/container_deployment.rst index c2c1446c2..ad73f324c 100644 --- a/docs/en_US/container_deployment.rst +++ b/docs/en_US/container_deployment.rst @@ -60,7 +60,7 @@ expected paths are /certs/server.crt and /certs/server.key Specify the local address that the servers listens on. The default should work for most users - in IPv4-only environments, this may need to be set to -127.0.0.1. +0.0.0.0. **PGADMIN_LISTEN_PORT** diff --git a/docs/en_US/release_notes_4_22.rst b/docs/en_US/release_notes_4_22.rst index 51b787767..b17057624 100644 --- a/docs/en_US/release_notes_4_22.rst +++ b/docs/en_US/release_notes_4_22.rst @@ -20,4 +20,5 @@ Bug fixes | `Issue #3694 `_ - Gracefully informed the user that the database is already connected when they click on "Connect Database...". | `Issue #4279 `_ - Ensure that file browse "home" button should point to $HOME rather than /. | `Issue #5422 `_ - Ensure that the dependencies tab shows correct information for Synonyms. -| `Issue #5469 `_ - Fixed an issue where select2 hover is inconsistent for the SSL field in create server dialog. \ No newline at end of file +| `Issue #5466 `_ - Correct ipv4 "all interfaces" address in the container docs, per Frank Limpert. +| `Issue #5469 `_ - Fixed an issue where select2 hover is inconsistent for the SSL field in create server dialog.