mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Incorrect Environment Variable Name in docker-compose.yml #20
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 @shadyrat on GitHub (Mar 12, 2020).
Your docker-compose.yml lists LISTENINGPORT in the environment variables, but the correct variable name seems to instead be LISTENING_PORT (note the underscore).
@qdm12 commented on GitHub (Mar 13, 2020):
Thanks for reporting!
That was the environment variable back then, I forgot to change it to have underscores. Thanks again.