From d6217fa2066c65ba228c91af8bc3475fecb1cf92 Mon Sep 17 00:00:00 2001 From: NoobTW Date: Fri, 7 May 2021 01:32:59 +0800 Subject: [PATCH] Add LetsEncrypt Instruction in README --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 92ce475..fc1a78a 100755 --- a/readme.md +++ b/readme.md @@ -16,6 +16,8 @@ Run a container with the environment variable `VIRTUAL_HOST` set to whatever you The assistant will forward to the left port (`1337` of `1337:80`) to route via `VIRTUAL_HOST`, or set `VIRTUAL_PORT` to manually configure the forwarded port. +If you need to generate SSL with Let's Encrypt, remember to add `GEN_CERT=true`. + ## Rebuild -`docker-compose build --no-cache` \ No newline at end of file +`docker-compose build --no-cache`