OpenHIM bad Docker Compose file in prerequisites docs

Hello, want to point out to the OpenHIM maintainers that the Docker Compose file on Prerequisites | OpenHIM didn’t work for me because of this start-up error:

validating /home/bob/camel-openhim-mediator/docker-compose.yml: services.openhim-core.environment.api_authenticationTypes must be a string, number, boolean or null

Furthermore, the other Docker Compose file referred to by the docs (openhim-core-js/infrastructure/docker-compose.yml at master · jembi/openhim-core-js · GitHub) also doesn’t work because of this container error in openhim-core:

Invalid scheme, expected connection string to start with “mongodb://” or "mongodb+srv://

I managed to resolve the errors but that’s beside the point.