mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-28 00:22:37 -04:00
Help: Web interface not accessible #434
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 @ipod86 on GitHub (Sep 13, 2024).
I installed the update with the following docker compose using Portainer:
However, I cannot access the web interface via port 8001.
EDIT
There seem to be permission problems with the jconfig. json
EDIT 2
After chmod 777 the folder. But But still no access.
@qdm12 commented on GitHub (Sep 15, 2024):
Just remove
LISTENING_ADDRESS=:8001. This is for the internal listening, and since you're mapping ports withIt doesn't work. Or you could port map with
8001:8001/tcpClosing the issue assuming this resolves it.