Skip to content

InDB config is not working #2944

Answered by mfatihercik
mfatihercik asked this question in Q&A
Discussion options

You must be logged in to vote

I found the issue.

I am using Mac M1. My docker pulls the image for the platform Linux/arm64/v8.

When I change the platform in the docker compose to linux.amd64, it starts working.

Looks like there is a problem related to arm64 image.

This is new image and config for docker

  postgrest:
    image: "postgrest/postgrest:v11.2.0"
    platform: "linux/amd64"

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@laurenceisla
Comment options

@laurenceisla
Comment options

Comment options

You must be logged in to vote
1 reply
@laurenceisla
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by laurenceisla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants