Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 27919da

Browse files
authored
Update README.md
1 parent a6bf3bf commit 27919da

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This repo to create Nginx, Php-fpm and MySQL/PostgreSQL stack with Certbot from
1717
- Add domains and email addresses to init-letsencrypt.sh
1818
- Replace all occurrences of example.org with primary domain in ```/nginx/app.conf``` and ```/nginx.localhost/app.conf```
1919
- 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)
2121

2222
5. Comment ```- ./nginx.localhost:/etc/nginx/conf.d``` and uncomment ```- ./nginx:/etc/nginx/conf.d``` in docker-compose.yml file.
2323

@@ -34,3 +34,11 @@ PHP image including composer and these addional modules so need some time to com
3434
- pdo_pgsql
3535
- pgsql
3636
- 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /