Provide dnsexit docker. For a quick reference, check out https://github.com/ezaton/dnsexit-docker
3.2K
For full and latest details, check out https://github.com/ezaton/dnsexit-docker A simple and quick minimal container to handle dynamic IP updates using DNSExit. Derived from work which can be found here: https://hub.docker.com/r/nowsci/dnsexit
A simple docker-compose.yaml file would look like this:
version: '3'
services:
dnsexit:
image: etzion/dnsexit:latest
container_name: dnsexit
volumes:
- /etc/localtime:/etc/localtime:ro
environment:
- HOST=my.dnsexist.domain
- APIKEY=MY_API_KEY
- INTERVAL=600
restart: always
Content type
Image
Digest
sha256:116b4db06…
Size
6.8 MB
Last updated
3 months ago
docker pull etzion/dnsexit