Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

update decraped dnsmasq image #289

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion global/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
# Run a local dnsmasq server for the containers that will resolve DNS queries and
# route any *.test domains to the gateway container
dns:
image: andyshinn/dnsmasq
image: 4km3/dnsmasq:latest
cap_add:
- NET_ADMIN
command: -A /test/10.0.0.3 --log-facility=-
Expand Down