I am trying to do basic preparation for mender server installation with Docker Compose.The first step that I need to do is the following:
git clone -b 3.4.0 GitHub - mendersoftware/integration: Mender backend services integration. mender-server
I have already cloned this repo, but I cannot see the config/traefik directory under mender-server. I have checked the .gitignore, but this folder is not included there.So, what could be the reason ?