services: yadnsb: image: ghcr.io/altendorfme/yadnsb:latest container_name: YaDNSb healthcheck: test: ["CMD-SHELL", "nc -z 127.0.0.1 3000 || exit 1"] interval: 10s timeout: 5s retries: 3 start_period: 90s security_opt: - no-new-privileges:true ports: - 3521:3000 restart: on-failure:5