TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
161 stars 70 forks source link

error on docker run and docker-compose will not start #75

Closed xoroz closed 4 years ago

xoroz commented 4 years ago

Hello all, Please help us I see that many others are having this issue with adminer https://stackoverflow.com/questions/53078135/php-network-getaddresses-getaddrinfo-failed-error-in-dockers-adminer

docker run --publish 8085:8080 adminer
Warning: Unknown: php_network_getaddresses: getaddrinfo failed: Name does not resolve in Unknown on line 0
[Thu Apr 2 09:09:44 2020] Failed to listen on :::8080 (reason: php_network_getaddresses: getaddrinfo failed: Name does not resolve)

any idea why adminer container will not run??

thanks

TimWolla commented 4 years ago

Duplicate of #30

TimWolla commented 4 years ago

I see that many others are having this issue with adminer https://stackoverflow.com/questions/53078135/php-network-getaddresses-getaddrinfo-failed-error-in-dockers-adminer

Please note that this is a different error. The one you are seeing happens on container start-up. The one on Stack Overflow is related to the database login.