Replies: 4 comments
-
Hello @hailwood. Sorry I am not very familiar with what these flags do
Are they valid flags for |
Beta Was this translation helpful? Give feedback.
-
They're flags for the typesense-server program. So the container has an ENTRYPOINT of
It looks like there might be plans for it or something based on https://aws.github.io/copilot-cli/docs/include/command/ But I tried doing
But it had no effect and when checking the task definition json under ecs that line has done nothing. Cheers |
Beta Was this translation helpful? Give feedback.
-
I think for command: /opt/typesense-server --data-dir /data --api-key=$TYPESENSE_API_KEY --enable-cors |
Beta Was this translation helpful? Give feedback.
-
Hi @iamhopaul123 we tried command at the top level and it wasn't picked up unfortunately. |
Beta Was this translation helpful? Give feedback.
-
When running typesense via docker you use
When specifying my
image.location
astypesense/typesense:0.25.2
how can I pass through the--enable-cors
flag etc?Beta Was this translation helpful? Give feedback.
All reactions