Estoy intentando instalar/configurar pgadmin4 en una máquina Linux Fedora 28 y cuando intento ejecutar este comando
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
Recibo estos errores:
postgres_1 | 2019-05-24 13:50:15.903 UTC [125] LOG: invalid length of startup packet postgres_1 | 2019-05-24 13:50:15.907 UTC [126] LOG: invalid length of startup packet postgres_1 | 2019-05-24 13:50:15.912 UTC [127] LOG: invalid length of startup packet postgres_1 | 2019-05-24 13:50:15.917 UTC [128] LOG: invalid length of startup packet postgres_1 | 2019-05-24 13:50:15.924 UTC [129] LOG: invalid length of startup packet
También puedo obtener el mismo error cuando intento conectarme a localhost/pgadmin4, lo que muestra un error 503.