Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from duncan-brown/patch-2
Browse files Browse the repository at this point in the history
Add missing - to read from stdin
  • Loading branch information
skoranda authored Nov 11, 2019
2 parents 4edf8e2 + 8c04585 commit d95df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adding-openldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ to create a hashed password value.
(be sure to use your own value and not the example below):

```
echo "{SSHA}emcy1JA+mxbHH0PMPcnasE9apBStAMks" | docker secret create olc_root_pw
echo "{SSHA}emcy1JA+mxbHH0PMPcnasE9apBStAMks" | docker secret create olc_root_pw -
```

* Create directories on the Docker engine host(s) for state files:
Expand Down

0 comments on commit d95df92

Please sign in to comment.