Due to the way `config.yml` is mounted into to Docker, when the file doesn't exist in the current directory it is mounted as an empty directory. This leads to the following error message: ```bash lookout_1 | Can't open configuration file: read config.yml: is a directory ``` I propose solving this by either: - providing an empty `config.yml`, or - changing the code to ignore `config.yml` if it's not a file.