docker run --network hydraguide --name ory-hydra-example--postgres -e POSTGRES_USER=hydra -e POSTGRES_PASSWORD=secret -e POSTGRES_DB=hydra -d postgres:9.6
When i run the above command as mentioned in hydra docs i get the error as below
Config file not found because "Config File ".hydra" Not Found in "[/]""
I think that error does not appear anymore in newer versions of ORY Hydra. Are you using the latest version?