|
1 | 1 | # Nginx, Php-fpm and MySQL/PostgreSQL stack with Certbot from docker-compose.yml
|
2 | 2 |
|
| 3 | +This repo to create Nginx, Php-fpm and MySQL/PostgreSQL stack with Certbot from docker-compose.yml file. |
3 | 4 |
|
4 | | -> This repository is accompanied by a step-by-step guide on [Boilerplate for nginx with Let’s Encrypt on docker-compose](https://github.com/wmnnd/nginx-certbot). |
5 | 5 |
|
6 | 6 |
|
7 | | -This repo to create Nginx, Php-fpm and MySQL/PostgreSQL stack with Certbot from docker-compose.yml file. |
| 7 | +> This repository is accompanied by a step-by-step guide on [Boilerplate for nginx with Let’s Encrypt on docker-compose](https://github.com/wmnnd/nginx-certbot). |
8 | 8 |
|
9 | 9 | ```init-letsencrypt.sh``` fetches and ensures the 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.
|
10 | 10 |
|
@@ -33,3 +33,4 @@ PHP image including composer and these addional modules so need some time to com
|
33 | 33 | - pdo_mysql
|
34 | 34 | - pdo_pgsql
|
35 | 35 | - pgsql
|
| 36 | +- zip |
0 commit comments