Link 1 | Link 2
version: '3.3' services: unbound: container_name: unbound ports: - '5335:53/tcp' - '5335:53/udp' restart: unless-stopped image: 'tiredofit/unbound' #'klutchell/unbound' #'pedantic/unbound'