Skip to content

Commit

Permalink
doc: remove spurious backticks from README
Browse files Browse the repository at this point in the history
  • Loading branch information
swalchemist committed Jan 13, 2024
1 parent 0137a62 commit 9bd335c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Docker_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docker run -p 9000:9000 \
-e KEY_STORE_PASSWORD=<some-password> \
-e ENCRYPTION_PASSWORD=<some-password> \
-v /tmp/certs:/etc/server_certs \
pcfseceng/credhub:latest`
pcfseceng/credhub:latest
```

To run with UAA:
Expand All @@ -22,7 +22,7 @@ docker run -p 9000:9000 \
[ -e UAA_URL=<uaa-url> \
-e UAA_CA_PATH=<some-path> \
-v <local-uaa-ca-dir>:<some-path-dir> \ ]
pcfseceng/credhub:latest`
pcfseceng/credhub:latest
```

This command specifies CredHub to run on port 9000 and mounts the certs to your local machine.
Expand Down

0 comments on commit 9bd335c

Please sign in to comment.