Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 3408fb5

Browse files
authored
Remove passphrase Docker env example from README
1 parent 1527ed2 commit 3408fb5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ If upon signup you've chosen to lock your credential with a passphrase, run the
5757
docker run -it -p 8080:8080 --name secrethub -e SECRETHUB_CREDENTIAL=$(cat $HOME/.secrethub/credential) secrethub/http-proxy
5858
```
5959

60-
Alternatively, you can use the `SECRETHUB_CREDENTIAL_PASSPHRASE` environment variable:
61-
62-
```
63-
docker run -p 8080:8080 --name secrethub -e SECRETHUB_CREDENTIAL=$(cat $HOME/.secrethub/credential) -e SECRETHUB_CREDENTIAL_PASSPHRASE=mycredentialpassphrase secrethub/http-proxy
64-
```
60+
Alternatively, the passphrase can be sourced from the `SECRETHUB_CREDENTIAL_PASSPHRASE` environment variable.
6561

6662
## Usage
6763

0 commit comments

Comments
 (0)