Skip to main content

Unbound

Link 1 | Link 2

version: "3.3"
services:
  unbound:
    container_name: unbound
    ports:
      - 5335:53/tcp
      - 5335:53/udp
    image: klutchell/unbound
    restart: always
networks: {}