Secure gpg entrypoint
- enable gpg protection - remove set -x to prevent logging password - add checks to prevent re-initing pass and gpg - present passphrase unlock via docker env variable - Note: gpg-agent will not expire gpg-present-passphrases - fix deb CMD to ENTRYPOINT
This commit is contained in:
parent
044ea2b034
commit
c2e8b88188
7 changed files with 75 additions and 39 deletions
|
|
@ -3,6 +3,8 @@ version: '2.1'
|
|||
services:
|
||||
protonmail-bridge:
|
||||
image: shenxn/protonmail-bridge
|
||||
environment:
|
||||
- KEYRING_PASSPHRASE=
|
||||
ports:
|
||||
- 1025:25/tcp
|
||||
- 1143:143/tcp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue