mirror of
https://github.com/openziti/ziti.git
synced 2026-09-25 03:42:38 +00:00
11 lines
208 B
YAML
11 lines
208 B
YAML
version: '3.3'
|
|
services:
|
|
dns:
|
|
restart: "no"
|
|
image: strm/dnsmasq
|
|
volumes:
|
|
- ./dnsmasq.conf:/etc/dnsmasq.conf
|
|
network_mode: host
|
|
cap_add:
|
|
- NET_ADMIN
|