Update README.md

This commit is contained in:
Tanner Van Teeffelen 2026-06-02 22:28:38 -04:00
parent d140cfc615
commit 230880d2ce

View file

@ -31,6 +31,8 @@ services:
container_name: hostinger-ddns container_name: hostinger-ddns
restart: unless-stopped restart: unless-stopped
environment: environment:
DOMAIN: ${DOMAIN} DOMAIN: "tannervanteeffelen.com"
HOSTINGER_TOKEN: ${HOSTINGER_TOKEN} SUBDOMAIN: "pretzels"
DNS_RECORD_TYPE: "A"
HOSTINGER_TOKEN: "this1smy5up3r53cr3tt0k3nth4ty0uc4nth4v3"
``` ```