mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
"no valid settings was found in the environment variables" w/Docker Compose? #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (May 15, 2019).
Docker Compose file contents:
When deploying this, I receive the following two error messages regardless of what variations I try:
Is this just a logging logic issue, or is DDNS Updater really unable to read these variables? If so, why not?
@qdm12 commented on GitHub (May 16, 2019):
Hi there,
That's the expected behavior.
The first warning is to highlight to users the move from legacy
RECORDitype of environment variables record settings to config.json as I will remove support for it in the coming few days.The second warning means the program did not find any legacy
RECORDisettings, but is fine as long as you have records in config.json. I will remove this warning as well once I remove support as mentioned above. I will probably remove it next Monday to avoid confusion to new users.