Sign inSign up

jmoyer/ddns-google-domains

By jmoyer

Updated 6 months ago

It worked first try! Yay!

Image
0

3.3K

jmoyer/ddns-google-domains repository overview

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

Tag summary

Content type

Image

Digest

sha256:c22bb3e54

Size

17.4 MB

Last updated

6 months ago

docker pull jmoyer/ddns-google-domains