I am having issues with running Adminer on my localhost. After running this command:
$ docker run --rm -ti --network host adminer
[Sun Jan 10 18:19:33 2021] PHP 7.4.14 Development Server (http://[::]:8080) started
I expect to see Adminer running on localhost:8080, however my browser "can't establish a connection to the server at localhost:8080"
Not sure how to proceed from here. My terminal states that the server is running on 8080
Thank you!