You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This repo to create Nginx, Php-fpm and MySQL/PostgreSQL stack with Certbot from
17
17
- Add domains and email addresses to init-letsencrypt.sh
18
18
- Replace all occurrences of example.org with primary domain in ```/nginx/app.conf``` and ```/nginx.localhost/app.conf```
19
19
- Uncomment ```- ./nginx.localhost:/etc/nginx/conf.d``` and comment ```- ./nginx:/etc/nginx/conf.d``` in docker-compose.yml file. This setting to generate certificate for the first time
20
-
4. Run the init script: ```./init-letsencrypt.sh```
20
+
4. Run the init script: ```./init-letsencrypt.sh``` (set staging=1 for testing your setup to avoid Let's Encrypt request limits)
21
21
22
22
5. Comment ```- ./nginx.localhost:/etc/nginx/conf.d``` and uncomment ```- ./nginx:/etc/nginx/conf.d``` in docker-compose.yml file.
23
23
@@ -34,3 +34,11 @@ PHP image including composer and these addional modules so need some time to com
34
34
- pdo_pgsql
35
35
- pgsql
36
36
- zip
37
+
38
+
## Stack
39
+
- nginx:1.23-alpine
40
+
- certbot/certbot
41
+
- php:8-fpm-alpine
42
+
- mysql:8
43
+
44
+
You can customize the versions from ```docker-compose.yml``` and ```/php/Dockerfile```
0 commit comments