Skip to content

connect docker inventree-db (postgres)? #7214

Discussion options

You must be logged in to vote

@movelikeriver you need to exec psql within the database container. Assuming you are using the default config:

docker exec -it inventree-db psql -U pguser -W inventree

This should get you into the postgresql shell.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@movelikeriver
Comment options

@SchrodingersGat
Comment options

@movelikeriver
Comment options

Answer selected by movelikeriver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants