"mapping values are not allowed in this context" with Docker Compose
I am attempting to upgrade, including the migration to VectorChord, following the instructions in the documentation. Accordingly, I have edited the Docker Compose file I'm using to replace pgvecto.rs with VectorChord.
The relevant portion of my Docker Compose file looks like this:
However, when I attempt to pull the image, I get this error:
I have denoted Line 71 with a comment above. I copied it directly from the documentation. I'm scrutinizing the YAML spacing and everything looks good to me.
Can anyone with more experienced or careful eyes identify why I'm getting this error, and how to resolve it?
Thanks!
The relevant portion of my Docker Compose file looks like this:
However, when I attempt to pull the image, I get this error:
I have denoted Line 71 with a comment above. I copied it directly from the documentation. I'm scrutinizing the YAML spacing and everything looks good to me.
Can anyone with more experienced or careful eyes identify why I'm getting this error, and how to resolve it?
Thanks!