Skip to content

Commit 3a71701

Browse files
committed
Readme update
1 parent b7edde0 commit 3a71701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Docker Compose and WordPress
33

4-
![](https://github.com/urre/wordpress-nginx-docker-compose/actions/workflows/ci.yml/badge.svg)
4+
![https://github.com/urre/wordpress-nginx-docker-compose/actions/workflows/ci.yml](https://github.com/urre/wordpress-nginx-docker-compose/actions/workflows/ci.yml/badge.svg)
55

66
[![Donate](https://img.shields.io/badge/Donation-green?logo=paypal&label=Paypal)](https://www.paypal.me/urbansanden)
77

@@ -15,13 +15,13 @@ Use WordPress locally with Docker using [Docker compose](https://docs.docker.com
1515
+ Custom nginx config in `./nginx`
1616
+ Custom PHP `php.ini` config in `./config`
1717
+ Volumes for `nginx`, `wordpress` and `mariadb`
18+
+ [Composer](https://getcomposer.org/) - dependency manager for PHP
1819
+ [Bedrock](https://roots.io/bedrock/) - modern development tools, easier configuration, and an improved secured folder structure for WordPress
19-
+ Composer
2020
+ [WP-CLI](https://wp-cli.org/) - WP-CLI is the command-line interface for WordPress.
2121
+ [MailHog](https://github.com/mailhog/MailHog) - An email testing tool for developers. Configure your outgoing SMTP server and view your outgoing email in a web UI.
2222
+ [PhpMyAdmin](https://www.phpmyadmin.net/) - free and open source administration tool for MySQL and MariaDB
2323
- PhpMyAdmin config in `./config`
24-
+ CLI script to create a SSL certificate
24+
+ [CLI script](https://github.com/urre/wordpress-nginx-docker-compose#:~:text=6%20minutes%20ago-,cli,-Use%20%2Dinstall%20for) to create a SSL certificate using [mkcert](https://github.com/FiloSottile/mkcert)
2525

2626
## Instructions
2727

0 commit comments

Comments
 (0)