Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update interval is always 1 minute #13

Open
ghost opened this issue Jan 31, 2019 · 2 comments
Open

Update interval is always 1 minute #13

ghost opened this issue Jan 31, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 31, 2019

No matter what update interval you set, the docker image updates noip once every minute (although it outputs the correct update interval)

@robochud
Copy link

robochud commented Jun 24, 2021

I have the same problem.
What is the interval unit? days, hours, minutes?
I use the first option and i get the log filled with:

Can't locate configuration file /config/no-ip2.generated.conf. (Try -c). Ending!
ERROR: noip2 daemon has stopped running. Restarting it in 60 seconds.
Launching the noip2 daemon

I use portainer with stack:

version: "2"
services:
noip:
image: coppit/no-ip
container_name: noip
environment:
- USERNAME=[email protected]
- PASSWORD=MYPASSWORD
- DOMAINS=mydomain.com, myseconddmain.net
- INTERVAL=10
volumes:
- /etc/localtime:/etc/localtime
- /home/myname/docker/noip/config:/config
restart: unless-stopped

@ItsRainingHP
Copy link

Hello! According tot he noip config file generated by the container: "5 m, 5 h, 5 d. Minimum is 5 minutes."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants