An open API service indexing awesome lists of open source software.

https://github.com/fmstrat/dnsexit

DNSExit dynamic IP client for Docker
https://github.com/fmstrat/dnsexit

Last synced: about 1 year ago
JSON representation

DNSExit dynamic IP client for Docker

Awesome Lists containing this project

README

          

# 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

```