crankyoldgit / dnsexit

DNSExit dynamic IP client for Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dnsexit

DNSExit dynamic IP client for Docker

version: '2'

services:

  dnsexit:
    image: dnsexit
    container_name: dnsexit
    volumes:
      - /etc/localtime:/etc/localtime:ro
    environment:
      - LOGIN=mylogin
      - PASSWORD=mypassword
      - HOST=host.domain.com
      - INTERVAL=600
    restart: always

About

DNSExit dynamic IP client for Docker


Languages

Language:Shell 100.0%