hi there, i was using this command to setup 5 minu...
# _newcomer
b
hi there, i was using this command to setup 5 minute setup
Copy code
docker-compose -f quickstart.yml \
    -f quickstart-postgres.yml \
    up --build
but getting this error:
Copy code
hydra-1          | time=2024-11-30T20:58:14Z level=error msg=Unable to instantiate configuration. audience=application error=map[message:open /etc/config/hydra/hydra.yml: permission denied] service_name=Ory Hydra service_version=v2.2.0
hydra-1          | Error: open /etc/config/hydra/hydra.yml: permission denied
hydra-1          | open /etc/config/hydra/hydra.yml: permission denied
hydra-1          | Usage:
hydra-1          |   hydra serve all [flags]
hydra-1          |
hydra-1          | Flags:
hydra-1          |   -h, --help   help for all
hydra-1          |
hydra-1          | Global Flags:
hydra-1          |   -c, --config strings   Path to one or more .json, .yaml, .yml, .toml config files. Values are loaded in the order provided, meaning that the last config file overwrites values from the previous config file.
hydra-1          |       --dev              Disables critical security checks to improve local development experience. Do not use in production.
hydra-1          |       --sqa-opt-out      Disable anonymized telemetry reports - for more information please visit <https://www.ory.sh/docs/ecosystem/sqa>
hydra-1          |
hydra-1 exited with code 255
what can be done to fix it?