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
- Host: GitHub
- URL: https://github.com/marclop/noip-updater
- Owner: marclop
- License: mit
- Created: 2015-05-04T10:19:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T10:24:19.000Z (about 11 years ago)
- Last Synced: 2025-02-15T02:19:04.383Z (over 1 year ago)
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```