Closed Loamanroy closed 1 year ago
Hello there! As you are a first time Issuer please check whether your issue description is reasonable and complete. If you are having an issue always include the versions you are using (NodeJs, Typescript, ...) as well as a way to reproduce it. Thank you for reading! Now continue :)
Exactly what it says: make sure the file config/config.yaml exists and it is actually a file with your config in it.
Exactly what it says: make sure the file config/config.yaml exists and it is actually a file with your config in it.
However, I double-checked everything, even making sure that the file is indeed present in the container. The error doesn't go away.
ping @bostrot
facing the same issue
It's wrong volumes setup in docker-compose.yml
— under Windows you must use %cd%
instead $(pwd)
. Or just use relative paths like: - ./config:/bot/config
When trying to start the project through docker-compose - docker gives an error Error: ENOENT: no such file or directory, open './config/config.yaml'. What I need to do?