SSL certificates, Docker WordPress + Cloudflare

SSL certificates, Docker WordPress + Cloudflare

Now that we have created a web server containing WordPress and have it tunnelling to cloudflare to serve the website at our domain we need to make sure the website is secure, specially if the website will have any login form, process any payment or any other form....
Docker WordPress + Mysql

Docker WordPress + Mysql

Here how to create a WordPress container connected to a mysql container to get WordPress running on Docker To start we create a docker network called ‘sites’ for mysql and WordPress containers docker network create sites Create and configure Mysql...