- install docker and Docker-compose
sudo apt install docker.io docker-compose -y
- clone repo
git clone https://github.com/AbhishekUnOfficial/dns-setup/ && cd dns-setup
- fill up .env file
sudo nano .env
- make acme.json file
mkdir -p letsencrypt
- touch acme.json
touch letsencrypt/acme.json
- give permission
chmod 600 letsencrypt/acme.json
- run Docker-compose
sudo docker-compose up -d