12 Mar, 2023 | Docker, Server, Wordpress
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....
11 Mar, 2023 | Docker, Server, Wordpress
When we created our cloudflare tunnel for Azores-shipping.pt we used the settings bellow: This will point our service in the container shipping port 81 to the domain Azores-shipping.pt using cloudflare tunnel, but cloudflare will only serve the website to...
11 Mar, 2023 | Docker, Server, Wordpress
Now that we have created a working WordPress container would be great if we can use our domain in it. In this example I’m going to redirect the WordPress container to the domain Azores-shipping.pt using Cloudflare Tunnel, this way I don’t need to open any...
10 Mar, 2023 | Docker, Server, Wordpress
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...