Replies: 3 comments
-
@MLemke24 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah the docker image seems to be running fine:
[image: Screen Shot 2022-12-08 at 4.03.37 PM.png]
However I just get this error no matter what i do:
[image: Screen Shot 2022-12-08 at 4.03.26 PM.png]
Could it possibly be due to the fact that I am running this on an M1
Macbook?
…On Thu, Dec 8, 2022 at 10:55 AM adas98012 ***@***.***> wrote:
@MLemke24 <https://github.com/MLemke24>
After running the docker, do you see a container running named "postgres" ?
—
Reply to this email directly, view it on GitHub
<#9277 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASJHG3D67YEAPDWWGPUVIM3WMIHITANCNFSM6AAAAAASW7W57M>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@MLemke24 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the quick start guide to set up a Hasura instance with Docker. I took the PG_DATABASE_URL they recommend since I dont have a database setup but I get this error everytime:
[
{
"definition": "golfdatatracker",
"message": "could not translate host name "postgres" to address: Temporary failure in name resolution\n",
"name": "source golfdatatracker",
"reason": "Inconsistent object: connection error",
"type": "source"
}
]
The URL I am using: PG_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/postgres which is the recommendation.
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions