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
- Host: GitHub
- URL: https://github.com/fmstrat/dnsexit
- Owner: Fmstrat
- Created: 2018-01-16T23:30:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T20:40:51.000Z (over 4 years ago)
- Last Synced: 2025-04-05T18:52:04.333Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```