Commit dfa67008 authored by nanahira's avatar nanahira

use original dnsmasq

parent dd07f019
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
source: pull source: pull
with_items: with_items:
- git-registry.mycard.moe/nanahira/docker-smartdns - git-registry.mycard.moe/nanahira/docker-smartdns
- git-registry.mycard.moe/nanahira/dnsmasq - git-registry.mycard.moe/nanahira/dnsmasq:original
- name: clean some rubbish packages - name: clean some rubbish packages
become: true become: true
apt: apt:
......
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
- ./smartdns-cache:/tmp/smartdns-cache - ./smartdns-cache:/tmp/smartdns-cache
dnsmasq: dnsmasq:
restart: always restart: always
image: git-registry.mycard.moe/nanahira/dnsmasq image: git-registry.mycard.moe/nanahira/dnsmasq:original
network_mode: host network_mode: host
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
source: pull source: pull
with_items: with_items:
- git-registry.mycard.moe/nanahira/docker-smartdns - git-registry.mycard.moe/nanahira/docker-smartdns
- git-registry.mycard.moe/nanahira/dnsmasq - git-registry.mycard.moe/nanahira/dnsmasq:original
- git-registry.mycard.moe/nanahira/docker-dhcpv6-client - git-registry.mycard.moe/nanahira/docker-dhcpv6-client
handlers: handlers:
- name: load_modules - name: load_modules
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment