examples - add the last missing README.md stubs

This commit is contained in:
bunkerity
2021-08-05 09:48:27 +02:00
parent 22e2fe869f
commit 50266c2285
6 changed files with 73 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
# WordPress
WordPress is a free and open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDB database. See the official [website](https://www.wordpress.org) and [repository](https://core.trac.wordpress.org/browser) for more information.
## Architecture
<img src="https://github.com/bunkerity/bunkerized-nginx/blob/dev/examples/wordpress/architecture.png?raw=true" />
## Docker
See [docker-compose.yml](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/wordpress/docker-compose.yml).