Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
5 years agowhat host to use when connecting to OP Connect server deployed locally using Docker?
I am trying to use the Python SDK and follow the steps listed here: https://github.com/1Password/connect-sdk-python
I have deployed the docker container using the default docker-compose.yaml file ...
Former Member
5 years agoSome updates:
1) we figured out that the hostname needs to be "http://localhost:8080". It would be nice if the documentation were clarified to include the entire host instead of just the stuff after http://.
2) Separately, we are now running into an issue that seems to be stemming from the fact I am using a macbook with an M1 chip, which is causing the deployed docker container not to function correctly. If anyone has encountered this same issue we would really appreciate advice about how to proceed.