Invalid Syntax with Newest Update #343

Closed
opened 2025-11-20 04:22:57 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @ThomasHineXYZ on GitHub (Jan 18, 2024).

Looks like this newest update broke the Dockerfile.

3e638326ed/Dockerfile (L89)

image

Originally created by @ThomasHineXYZ on GitHub (Jan 18, 2024). Looks like this newest update broke the Dockerfile. https://github.com/qdm12/ddns-updater/blob/3e638326edc3d74012d347a45728380c49598baf/Dockerfile#L89 ![image](https://github.com/qdm12/ddns-updater/assets/6890628/2b982ffd-f91c-4512-ad80-560a10efb48a)
Author
Owner

@Schwenksen commented on GitHub (Jan 18, 2024):

Yes, same here. Is there some known quick fix solution?

@Schwenksen commented on GitHub (Jan 18, 2024): Yes, same here. Is there some known quick fix solution?
Author
Owner

@qdm12 commented on GitHub (Jan 18, 2024):

Working on a fix!

@qdm12 commented on GitHub (Jan 18, 2024): Working on a fix!
Author
Owner

@qdm12 commented on GitHub (Jan 18, 2024):

8dc39453e1 should fix it. It was because I changed from LISTENING_PORT=8000 to LISTENING_PORT=:8000 in the Docker image, instead it should had been LISTENING_ADDRESS=:8000. The old variable LISTENING_PORT should still work as before though. Thanks for taking the time to report the bug, and sorry about it!

@qdm12 commented on GitHub (Jan 18, 2024): 8dc39453e1be713a12a51965dcc811370ae54b45 should fix it. It was because I changed from `LISTENING_PORT=8000` to `LISTENING_PORT=:8000` in the Docker image, instead it should had been `LISTENING_ADDRESS=:8000`. The old variable `LISTENING_PORT` should still work as before though. Thanks for taking the time to report the bug, and sorry about it!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#343