Skip to content

This is a docker-compose setup to use the `coppit/no-ip` docker image that will automatically update my domains with No-Ip

License

Notifications You must be signed in to change notification settings

bens-home/NoIpUpdateClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoIpUpdateClient

This is a docker-compose setup to use the coppit/no-ip docker image that will automatically update my domains with No-Ip

coppit/no-ip has over 5 million downloads so that's why I am just using that instead of writing my own. The No-ip dynamic update client requires an interactive setup, so we must substitute that with a config file in the docker container.

Get Started

Enviornment Setup

We need to tell the no-ip client about our username, password, and what domain we want to update. We can do this with a config file that no-ip2 will read when it starts. Copy or rename the config/noip.conf.template file to be just config/noip.conf. This is what no-ip2 will read to get your username and password.

Start the container

Once you have set your config file data, then we can start the container.

docker-compose up -d

To check the status, run:

docker-compose logs

Make sure that the container has correctly loaded in the config file!

About

This is a docker-compose setup to use the `coppit/no-ip` docker image that will automatically update my domains with No-Ip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published