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
@@ -15,13 +15,13 @@ Use WordPress locally with Docker using [Docker compose](https://docs.docker.com
15
15
+ Custom nginx config in `./nginx`
16
16
+ Custom PHP `php.ini` config in `./config`
17
17
+ Volumes for `nginx`, `wordpress` and `mariadb`
18
+
+[Composer](https://getcomposer.org/) - dependency manager for PHP
18
19
+[Bedrock](https://roots.io/bedrock/) - modern development tools, easier configuration, and an improved secured folder structure for WordPress
19
-
+ Composer
20
20
+[WP-CLI](https://wp-cli.org/) - WP-CLI is the command-line interface for WordPress.
21
21
+[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.
22
22
+[PhpMyAdmin](https://www.phpmyadmin.net/) - free and open source administration tool for MySQL and MariaDB
23
23
- 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)
0 commit comments