How to run datahub docker quickstart with specify ...
# ingestion
h
How to run datahub docker quickstart with specify gms's port ? ????
g
Hi @hundreds-airline-29192 Download the quick start docker compose file and change the value of DATAHUB_GMS_PORT variable and thereafter execute quickstart command as below
Copy code
datahub docker quickstart -f <path to updated docker compose file>
h
i just change it and when i go to see every table of dataset this happens
.
and i struggle with this all day
does the compose file is okay ??
g
Are you sure you have change all occurrence of that variable
?
h
oh
i only change this
g
search in file for DATAHUB_GMS_PORT and update the value
h
ok i will try
so that elasticsearch and mysql cannot connect to gms cause error , right
?
Failed to log in! An unexpected error occurred.
Hey, i just change the DATAHUB_GMS_PORT to specific port, but it got another error that i cannot login
g
@dazzling-yak-93039 could you please help here
h
i think that all service like mysql, elasticsearch ... still connect with gms in 8080 port
g
try doing
DATAHUB_MAPPED_GMS_PORT=1234 datahub docker quickstart
- don’t modify the docker compose file
g
Hi @hundreds-airline-29192 Are you still facing issue ?