Skip to content

Commit

Permalink
Forgot formatting on console command
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Sep 21, 2016
1 parent d66da3c commit bb400f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Redis + stunnel Dockerfile for TLS on top of Redis

## Starting Container

```console
$ docker run -d -p 6379:6379 -v /path/to/certs:/certs --name redis-tls madflojo/redis-tls
```

The `/path/to/certs` should be a directory on the host that contains the appropriate `cert.pem` and `key.pem` files for `stunnel` to provide TLS encryption.

0 comments on commit bb400f0

Please sign in to comment.