From 008f5c1f8e8723f1b1622d1b33a6bdf7c040280f Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Wed, 25 Dec 2019 19:26:28 -0800 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32e600c..579c8eb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A hosted instance of FilePizza is available at [file.pizza](https://file.pizza). ## Installation -The recommended way to deploy FilePizza is as a [Docker container](https://hub.docker.com/r/kern/filepizza). WebRTC only works over HTTPS, so you'll either have to get a signed HTTPS key/certificate from a CA such as [Let's Encrypt](https://letsencrypt.org/getting-started/)) or generate your own [self-signed pair](https://devcenter.heroku.com/articles/ssl-certificate-self) and trust it. Then, to run FilePizza (with HTTPS termination): +The recommended way to deploy FilePizza is as a [Docker container](https://hub.docker.com/r/kern/filepizza). WebRTC only works over HTTPS, so you'll either have to get a signed HTTPS key/certificate from a CA such as [Let's Encrypt](https://letsencrypt.org/getting-started/) or generate your own [self-signed pair](https://devcenter.heroku.com/articles/ssl-certificate-self) and trust it. Then, to run FilePizza (with HTTPS termination): $ docker run \ -p 8080:8080 -e PORT=8080 \