Skip to content

Commit

Permalink
Fix the section of the document about the SSHWIFTY_DOCKER_TLSCERT a…
Browse files Browse the repository at this point in the history
…nd `SSHWIFTY_DOCKER_TLSCERTKEY` variables.
  • Loading branch information
NI committed Sep 20, 2019
1 parent ea363a8 commit 6941e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ environment variables when starting the container:
$ docker run --detach \
--restart=always \
--publish 8182:8182 \
--env SSHWIFTY_DOCKER_TLSCERT="$(cat /path/to/domain.crt)"
--env SSHWIFTY_DOCKER_TLSCERTKEY="$(cat /path/to/domain.key)"
--env SSHWIFTY_DOCKER_TLSCERT="$(cat /path/to/domain.crt)" \
--env SSHWIFTY_DOCKER_TLSCERTKEY="$(cat /path/to/domain.key" \
--name sshwifty \
niruix/sshwifty:latest
```
Expand Down

0 comments on commit 6941e5e

Please sign in to comment.