The CLI API for docker compose has changed recently. It used to be a single-word command with the two words separated by a hyphen. Since docker compose became available as a docker plugin, you could also run it by calling the docker command followed by the word compose. You might run into issues if you […]
How To Set Up A DNS For Wireguard
In this post I explain how to set up a DNS server that you can use inside your Wireguard VPN network. My main Wireguard node is an Ubuntu Server 22.04 machine and I choose to use bind9 as my DNS server. You can find a description of my Wireguard setup here. Installing and configuring bind9 […]