Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 454 Bytes

README.md

File metadata and controls

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