Replies: 1 comment 4 replies
-
Create it on the host Machine, so likely through a termimal (over ssh etc.). And then it will be used by the contaimer through the bind mount Edit: you can also use the CONFIG environment variable and stuff the json on a single line there, if you prefer.
Definitely something to be added in the future (not actively being worked on yet though), even without a json but with nice buttons etc. But for now the code internals are not even ready to live patch settings at runtime. Anyway, today the only way is to define settings at container start.
For the healthcheck server, it listens on |
Beta Was this translation helpful? Give feedback.
-
I've installed Docker Desktop on my machine (Windows host), and downloaded/run the ddns-updater image, and now it's time to follow the Container instructions.
But I'm not really sure where to start there. It says to "create a directory", but as a Docker newbie, it's not obvious to me where or how to create said directory. Is there a way to open a shell within the docker container in order to run those commands?
From a usability standpoint, I was expecting to:
but nothing seems to be running on localhost:8000. Notably, there's no local IP listed for the http server, like there is for the healthcheck server. That doesn't seem right to me:
Beta Was this translation helpful? Give feedback.
All reactions