mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
add docker-compose.yml for arm
This commit is contained in:
parent
2cdb51748b
commit
11be4e4502
4
dnsmasq/arm/dnsmasq.d/settings.conf
Normal file
4
dnsmasq/arm/dnsmasq.d/settings.conf
Normal file
@ -0,0 +1,4 @@
|
||||
no-hosts
|
||||
no-resolv
|
||||
cache-size=10000
|
||||
server=127.0.0.1#2053
|
17
dnsmasq/arm/docker-compose.yml
Normal file
17
dnsmasq/arm/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
dnsmasq:
|
||||
image: easypi/dnsmasq-arm
|
||||
volumes:
|
||||
- ./dnsmasq.d:/etc/dnsmasq.d
|
||||
net: container:dnscrypt
|
||||
restart: always
|
||||
|
||||
dnscrypt:
|
||||
image: easypi/dnscrypt-proxy-arm
|
||||
command: dnscrypt-proxy -a 127.0.0.1:2053 -R cisco
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
- "67:67/udp"
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
restart: always
|
Loading…
Reference in New Issue
Block a user