Created
April 7, 2016 11:54
-
-
Save megawubs/56f1f24e4ae5ca496493e06c7c07865a to your computer and use it in GitHub Desktop.
1Password Anywhere Docker Compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1pass: | |
image: httpd:2.4 | |
ports: | |
- "5001:80" | |
volumes: | |
- "./1Password.agilekeychain/:/usr/local/apache2/htdocs/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Place this file into the same folder as your
1Password.agilekeychain
and rundocker-compose up
to start the web server. When it's started, navigate tohttp://localhost:5001/1Password.html
and enjoy a functioning 1PasswordAnywhere!