Hello, currently i am starting datahub using this...
# troubleshoot
b
Hello, currently i am starting datahub using this command: docker-compose images quickstart/docker-compose-without-neo4j.quickstart.yml as far as I am aware the yml file will fetch the newest version of each image due to the ${DATAHUB_VERSION:-head} present within this file for each image. Question: is there a way (command or something) to see what is the current value for those images? I would like to know value for each ${DATAHUB_VERSION:-head} in my docker-compose.yml file
a
Hi Pawel, could you follow the steps in https://datahubproject.io/docs/debugging/ and let me know if that helps?
b
@astonishing-answer-96712 it did thanks a lot 🙂