Skip to content

Instantly share code, notes, and snippets.

@megawubs
Created April 7, 2016 11:54
Show Gist options
  • Save megawubs/56f1f24e4ae5ca496493e06c7c07865a to your computer and use it in GitHub Desktop.
Save megawubs/56f1f24e4ae5ca496493e06c7c07865a to your computer and use it in GitHub Desktop.
1Password Anywhere Docker Compose
1pass:
image: httpd:2.4
ports:
- "5001:80"
volumes:
- "./1Password.agilekeychain/:/usr/local/apache2/htdocs/"
@megawubs
Copy link
Author

megawubs commented Apr 7, 2016

Place this file into the same folder as your 1Password.agilekeychain and run docker-compose up to start the web server. When it's started, navigate to http://localhost:5001/1Password.html and enjoy a functioning 1PasswordAnywhere!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment