Facing this issue - Using docker-compose to run Da...
# troubleshoot
h
Facing this issue - Using docker-compose to run Datahub. With a few modifications to the GMS connection details. Also how do ingest the metadata ? (the docker containers are running)
e
Did you change the network or service name of datahub-gms?
h
No didnot change the network / service name
@early-lamp-41924 - Getting this - Using datahub docker quickstart --quickstart-compose-file docker-compose-without-neo4j.quickstart.yml with the required changes to the GMS
e
From the above error logs and this, it seems like its not creating port 8080 for datahub-gms
Did you make any changes to the ports by any chance?
it should open up http://datahub-gms:8080 within the datahub_network
one thing you could do is to go into any of the datahub containers
docker exec -it <<container>> sh
and try curling the above address
h
Let me try that Dexter...