Skip to content

Docker image - ERROR: Could not connect to Postgres #659

Answered by pashagolub
tomskopek asked this question in Q&A
Discussion options

You must be logged in to vote

Would you please try the latest official one 1.10, not the latest (which is built against master):

docker run -d --restart=unless-stopped --name pw2 \
  -p 3000:3000 -p 8080:8080 -p 127.0.0.1:5432:5432 \
  -e PW2_TESTDB=true \
  cybertec/pgwatch2-postgres:1.10

That might be a bug in the dev version.

Replies: 7 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pashagolub
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tomskopek
Comment options

You must be logged in to vote
1 reply
@pashagolub
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #658 on June 22, 2023 11:49.