From ddf5211ed592580d4266d6c886e4939b78a70c3a Mon Sep 17 00:00:00 2001 From: mikekay1 <52670539+mikekay1@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:32:26 -0400 Subject: [PATCH] Update docker.md added note about using localhost in the names in the docker.yaml. I got an API Error until I changed it --- docs/configs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configs/docker.md b/docs/configs/docker.md index a40628ae..52f174e9 100644 --- a/docs/configs/docker.md +++ b/docs/configs/docker.md @@ -7,7 +7,7 @@ Docker instances are configured inside the `docker.yaml` file. Both IP:PORT and !!! note - Don't use names with localhost in them as you will get an API Error for example "localhost-docker" as your name in the `docker.yaml`. + Don't use names starting with "localhost" as you will get an API Error. For example "localhost-docker" as your name in the `docker.yaml`. For IP:PORT, simply make sure your Docker instance [has been configured](https://gist.github.com/styblope/dc55e0ad2a9848f2cc3307d4819d819f) to accept API traffic over the HTTP API.