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 port or...
Using Cloudflare to redirect your domain
Using Cloudflare you will get an extra layer of security on your website, not only this but you can run web server behind any firewalll without exposing your server, ip or network to the web. In this example we will connect the domain Azores-shipping.pt to...
DOCKER: Bitcoin core + EPS
The most secure and private way to use bitcoin is having your own Bitcoin node and you Electrum Personal Server. Here I will explain a simple way to have them running in minutes using docker containers. Note: all in red inside the commands is what you should change....
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 container in...