version: '3.0' services: dnsmasq: restart: always image: strm/dnsmasq volumes: - ./dnsmasq.conf:/etc/dnsmasq.conf ports: - "192.168.254.195:53:53/udp" cap_add: - NET_ADMIN