summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 15843de..46fc7cc 100644
--- a/config.toml
+++ b/config.toml
@@ -170,8 +170,7 @@ verify_images_present = true
# List of docker endpoints
#
-[[docker.endpoints]]
-name = "testhostname"
+[docker.endpoints.testhostname]
uri = "http://0.0.0.0:8095" # the URI of the endpoint. Either http or socket path
endpoint_type = "http" # either "http" or "socket"