Created
November 24, 2024 13:51
-
-
Save arsalanses/1a32dc75afaf5d1878bf942c4673677c to your computer and use it in GitHub Desktop.
dnsmasq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| dnsmasq: | |
| image: dockurr/dnsmasq | |
| container_name: dnsmasq | |
| environment: | |
| DNS1: "1.0.0.1" | |
| DNS2: "1.1.1.1" | |
| ports: | |
| - 5353:53/udp | |
| - 5353:53/tcp | |
| cap_add: | |
| - NET_ADMIN | |
| dnsmasqexporter: | |
| image: ricardbejarano/dnsmasq_exporter | |
| container_name: dnsmasq_exporter | |
| environment: | |
| DNSMASQ_SERVERS: "dnsmasq:53" | |
| ports: | |
| - 9153:9153 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment