Got this working, it should be released weekly, changed docker container to be latest version of alpine.
Used the same code as from here: https://github.com/chadweimer/docker-google-domains-ddns
My Docker Compose file below:
services:
smtp:
image: jmoyer/ddns-google-domains:latest
restart: always
environment:
- USERNAME=username-from-google-domains
- PASSWORD=password-from-google-domains
- HOSTNAME=dynamic-name.yourdomain.com
- INTERVAL=30m
Content type
Image
Digest
sha256:c22bb3e54…
Size
17.4 MB
Last updated
6 months ago
docker pull jmoyer/ddns-google-domains