Hi All, I'm trying to start Datahub installed on R...
# troubleshoot
c
Hi All, I'm trying to start Datahub installed on RHEL 9. I've an issue with MySql container that is asking too much memory. So the quickstart fails. Do you know if there is a way to launch quickstart with a copy of the file docker-compose.quickstart.yml ? Just want to add ulimits to mysql services but I don't know how to proceed (the docker-compose.yml file is overwritten when lahnching the quickstart). Thks in advance. Any idea would be appreciated !
b
hey Stefan! yeah you can actually specify a custom docker-compose file when running quickstart instead of pulling from github, you can simply do
datahub docker quickstart -f <path to your docker-compose.yml file>
c
Ah ok, thanks a lot Chris and do you know if datahub requires all thèse containers even if i don't have for example any MySql datatbase to connect with ?