# README
DDNS
ddns service
Run with Compose
Docker image from https://hub.docker.com/r/gitsang/ddns
services:
ddns:
container_name: ddns
image: gitsang/ddns:latest
restart: always
network_mode: host
volumes:
- ./config.yaml:/etc/ddns/config.yaml
- /var/log/ddns:/var/log/ddns
command: -c /etc/ddns/config.yaml
Config file example see ./configs/example.yaml
# Packages
No description provided by the author
# Functions
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author