mirror of
https://github.com/wmnnd/nginx-certbot
synced 2023-04-20 18:47:46 +08:00
Add purpose of this script to README
This commit is contained in:
parent
f321682f1f
commit
3ce9a291b9
@ -1,6 +1,13 @@
|
|||||||
# Boilerplate for nginx with Let’s Encrypt on docker-compose
|
# Boilerplate for nginx with Let’s Encrypt on docker-compose
|
||||||
|
|
||||||
This repository is accompanied by a [step-by-step guide](https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71).
|
> This repository is accompanied by a [step-by-step guide on how to
|
||||||
|
set up nginx and Let’s Encrypt with Docker](https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71).
|
||||||
|
|
||||||
|
`init-letsencrypt.sh` fetches ensures renewal of a Let’s Encrypt
|
||||||
|
certificate for one or multiple domains in a docker-compose setup with
|
||||||
|
nginx.
|
||||||
|
This is useful when you need to set up nginx as a reverse proxy for an
|
||||||
|
application.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
1. [Install docker-compose](https://docs.docker.com/compose/install/#install-compose)
|
1. [Install docker-compose](https://docs.docker.com/compose/install/#install-compose)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user