mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Invalid Syntax with Newest Update #343
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 @ThomasHineXYZ on GitHub (Jan 18, 2024).
Looks like this newest update broke the Dockerfile.
3e638326ed/Dockerfile (L89)@Schwenksen commented on GitHub (Jan 18, 2024):
Yes, same here. Is there some known quick fix solution?
@qdm12 commented on GitHub (Jan 18, 2024):
Working on a fix!
@qdm12 commented on GitHub (Jan 18, 2024):
8dc39453e1should fix it. It was because I changed fromLISTENING_PORT=8000toLISTENING_PORT=:8000in the Docker image, instead it should had beenLISTENING_ADDRESS=:8000. The old variableLISTENING_PORTshould still work as before though. Thanks for taking the time to report the bug, and sorry about it!