Forum Discussion

Former Member's avatar
Former Member
3 years ago

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: ...