I have a problem deploying 1password with docker on Ubuntu
I am trying to deploy 1password on a linux box using docker.
My compose file looks as follows:
version: "3.4"
services:
op-connect-api:
image: 1password/connect-api:latest
ports: ...
Former Member
3 years ago
I'm glad you were able to sort this out, thank you for leaving an update!