Skip to content

Instantly share code, notes, and snippets.

@Anunayj
Last active January 17, 2021 01:48
Show Gist options
  • Save Anunayj/4b75d5cefac875ba51d830d57785c44c to your computer and use it in GitHub Desktop.
Save Anunayj/4b75d5cefac875ba51d830d57785c44c to your computer and use it in GitHub Desktop.
letsdane + hsnd docker-compose
version: '3.3'
services:
letsdane:
ports:
- '8080:8080'
volumes:
- ./dane:/root/.letsdane
command: ["-r", "hsnd", "-skip-dnssec", "-skip-icann"]
restart: unless-stopped
image: anunayj/letsdane
hsnd:
# ports:
# - '5350:53/udp'
restart: unless-stopped
image: anunayj/hnsd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment