update readme
This commit is contained in:
@@ -5,10 +5,10 @@ This docker container generates free SSL certificates using Letsencrypt using Cl
|
|||||||
|
|
||||||
# How to use
|
# How to use
|
||||||
1. Copy ` .env.example` to `.env` and fill it. \
|
1. Copy ` .env.example` to `.env` and fill it. \
|
||||||
CLOUDFLARE_EMAIL is your cloudflare account email \
|
`CLOUDFLARE_EMAIL=` is your cloudflare account email \
|
||||||
CLOUDFLARE_API_KEY you can get it from (https://dash.cloudflare.com/profile/api-tokens)[Cloudflare profile > API Tokens]
|
`CLOUDFLARE_API_KEY=` you can get it from [https://dash.cloudflare.com/profile/api-tokens](Cloudflare profile > API Tokens) \
|
||||||
CERTBOT_EMAIL this email is for letsencrypt to send you cert expiry notification
|
`CERTBOT_EMAIL=` this email is for letsencrypt to send you cert expiry notification \
|
||||||
DOMAINS write domains you want ssl for seperated by commas, wildcard is supported (*.example.com)
|
`DOMAINS=` write domains you want ssl for seperated by commas, wildcard is supported (*.example.com) \
|
||||||
2. Save following content as `compose.yml`
|
2. Save following content as `compose.yml`
|
||||||
```yml
|
```yml
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user