Debian – Docker postgres connectivity isuue
Can anyone help me please with this? what I run: docker run --name pgres --rm -e POSTGRES_USER=uzer -e POSTGRES_PASSWORD=1234 -e POSTGRES_DB=sample_db -p 5432:5432 postgres:14.1 but I cannot connect to that: even Nothing happens in the log: waiting for server to…