You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And that file does not exist, because it's creation was skipped, because the env vars were passed.
So noip client dies, gets started again , rinse, repeat.
Did I miss something here? Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I might be missing something but I can't get the container to work with environment variables.
So, the log output is like so:
So the environment variables are found, and is passing the checks.
This then causes config file generation to be skipped (parse_config_file.sh)
Well and good, BUT, looking at
noip.sh
, it usedGENERATED_CONFIG_FILE=/config/no-ip2.generated.conf
for the configuration file location, which is passed to thenoip2
executable via-c
parameter.And that file does not exist, because it's creation was skipped, because the env vars were passed.
So
noip
client dies, gets started again , rinse, repeat.Did I miss something here? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: