talked about wordpress

This commit is contained in:
Adrien Luxey 2020-01-27 17:27:54 +01:00
parent 1b91846ea4
commit ab4e139adc
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
* [wordpress:apache in Docker, with host MySQL config and host nginx](wordpress/)

6
wordpress/README.md Normal file
View file

@ -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