How do install via docker on a server that has an existing Postgres instance? #12876
Unanswered
twointum
asked this question in
Q&A / Help
Replies: 1 comment 4 replies
-
You'll need to change a few values. Line 46 in 86807e4 to - "127.0.0.1:<your desired port>:5432"
and this line Line 27 in 86807e4 to DATABASE_PORT=<your desired port>
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all, I am getting these errors after using the docker-compose up command:
I do have an existing PG instance on this server so that's why 5432 is in use. How do I use a different port for SuperSet's PG instance? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions