How to configure pgadmin4 port in docker?

2018-03-09 Thread Brian Treich
Hello, How can I configure pgadmin4 to use a port other than 80 or 443 when using the docker container dpage/pgadmin4? The instructions on docker hub do not mention an option to do so. I would expect to either set an environment variable, similar to the four mentioned env vars, or to volume mount

Re: How to configure pgadmin4 port in docker?

2018-03-09 Thread Murtuza Zabuawala
​Ports are not configurable at a moment. There is already a feature request ​logged for the same. https://redmine.postgresql.org/issues/2997 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Mar 9, 2018 at 7:46 PM, Brian Treich wr