From ab4e139adcbe6dc705622127aeed78b8cb03d6bb Mon Sep 17 00:00:00 2001 From: Adrien Luxey Date: Mon, 27 Jan 2020 17:27:54 +0100 Subject: [PATCH] talked about wordpress --- README.md | 1 + wordpress/README.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 wordpress/README.md diff --git a/README.md b/README.md index e69de29..bf6bda6 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +* [wordpress:apache in Docker, with host MySQL config and host nginx](wordpress/) diff --git a/wordpress/README.md b/wordpress/README.md new file mode 100644 index 0000000..234a93d --- /dev/null +++ b/wordpress/README.md @@ -0,0 +1,6 @@ +Three parts: + +* make a docker-compose wordpress:apache instance with fixed IP, configured to query host's MySQL +* Configure host's MySQL's access rights to allow connections from fixed IP +* Make new nginx server (answering to site's URL) to do TLS and pass connections to container with fixed IP +