Replies: 1 comment
-
Hmm - usually when I fire up the docker image, I then make a POST REST call to actually create the connector (the endpoint is localhost:8083/connectors for me as well). Have you tried using that just to see? The payload would look similar (this is the payload I usually send):
|
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
-
I am trying to follow this example with docker-compose:
With this dockerfile:
And this
properties.json
file in my own DockerShare folder:But when I run this and try to find my configuration, there is nothing registered:
What am I doing wrong? Really appreciate any advice
Beta Was this translation helpful? Give feedback.
All reactions