Hey folks,
I am following the getting started: https://openlineage.io/docs/guides/airflow-quickstart/
After launching sh ./docker/up.sh --db-port 2345 the marquez-web container crashed with:
marquez-web | ! Causing: org.postgresql.util.PSQLException: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
I would assume the db-port flag to change the POSTGRES_PORT environment variable.
Either there`s a bug oder the documentation isn't complete?
System: Windows with Docker Desktop
Thanks in advance!