brief-book-29164
07/26/2023, 2:53 PMkratos:
image: oryd/kratos:latest
command:
- serve
- --config
- /home/ory/.kratos/kratos.yml
- --sqa-opt-out
- --dev
volumes:
- ./infrastructure/configs/kratos:/home/ory/.kratos
I get this error in the logs:
time=2023-07-26T14:52:56Z level=error msg=Unable to instantiate configuration. audience=application error=map[message:open /home/ory/.kratos/kratos.yml: no such file or directory] service_name=Ory Kratos service_version=v1.0.0
Error: open /home/ory/.kratos/kratos.yml: no such file or directory
When I try to run ls /home/ory/.kratos/
, it does show that the files are there:
kratos.example.yaml
kratos.yaml
bland-eye-99092
07/26/2023, 2:59 PMbrief-book-29164
07/26/2023, 3:02 PM