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

https://github.com/marclop/noip-updater

Dockerfile for noip updater
https://github.com/marclop/noip-updater

Last synced: 5 months ago
JSON representation

Dockerfile for noip updater

Awesome Lists containing this project

README

          

# Dockerfile for noip ip updater using noip-updater
This docker image updates the specified domain in the config with the public ip making the connection to the noip server.

## Instructions

The best way to run the container is providing an environment with the 4 expected environment variables. The environment file must be called env_file. There's an example packaged called env_file.example.

`NOTE: BE SURE TO SPECIFY A BASE64 HASHED PASSWORD, IF YOU USE A PLAIN TEXT PASSWORD, IT WON'T WORK`

To run the image, simply run:

```~/noip-updater $ docker-compose up -d```