pgadmin, docker and ipv6

From: Александр Шишенко <alex(at)shishenko(dot)com>
To: "pgadmin-hackers(at)postgresql(dot)org" <pgadmin-hackers(at)postgresql(dot)org>
Subject: pgadmin, docker and ipv6
Date: 2018-05-27 11:13:03
Message-ID: 3564931527419583@myt5-184376c2d7f8.qloud-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

<div>Hello,</div><div> </div><div>I was running my pgadmin4 v2 on my ipv6-only subnet using docker image. After the update, I noticed, that you have changed your webserver from Apache to gunicorn, and it is configured to listen only on ipv4 network (0.0.0.0), so it is unreachable from my network without using docker-proxy (and I can't use that on my configuration).</div><div> </div><div>Please, consider switching to dual-stack networking in your configuration. It is just as simple as changing '<span style="background-color:#ffffff;color:#24292e;display:inline !important;float:none;font-family:sfmono-regular,consolas,liberation mono,menlo,courier,monospace;font-size:12px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;text-align:start;text-transform:none;white-space:pre;">--bind 0.0.0.0:</span><span style="background-color:#ffffff;color:#24292e;font-family:sfmono-regular,consolas,liberation mono,menlo,courier,monospace;font-size:12px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;text-align:start;text-transform:none;white-space:pre;">${PGADMIN_LISTEN_PORT<span style="color:#d73a49;">:-</span>443}</span>' to '<span style="background-color:#ffffff;color:#24292e;display:inline !important;float:none;font-family:sfmono-regular,consolas,liberation mono,menlo,courier,monospace;font-size:12px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;text-align:start;text-transform:none;white-space:pre;">--bind [::]:</span><span style="background-color:#ffffff;color:#24292e;font-family:sfmono-regular,consolas,liberation mono,menlo,courier,monospace;font-size:12px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;text-align:start;text-transform:none;white-space:pre;">${PGADMIN_LISTEN_PORT<span style="color:#d73a49;">:-</span>443}</span>' in your pkg/docker/entrypoint.sh.</div><div>-- </div><div> </div>

Attachment Content-Type Size
unknown_filename text/html 1.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-05-28 05:34:20 Re: [pgAdmin4][Patch] Feature #3204 Notify/Listen not working in version 2.1
Previous Message Akshay Joshi 2018-05-26 12:17:34 Re: [pgAdmin4][Patch] Feature #3204 Notify/Listen not working in version 2.1