Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 382 Bytes

Docker Dnsmasq Image

An incredibly simple codebase for building a Dnsmasq Docker image.

Please refer to my blog post to deploy a DNS service.

Build

Rename the .env.example file to .env and fill it in before then running:

docker compose build

Run

docker compose up