summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-11 11:47:56 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-11 11:47:56 +0100
commit5ca0dbdf1b13eda96a074d0a2d29dffcb5e60b25 (patch)
treedc2b47b17560d1d87c0300e62ff0331dbbdc54e7 /config.toml
parentb95c3f21a2a9406d45a0e421a11f6425291f1182 (diff)
parent540647ef5e911dc931092ecc420de6db1019707f (diff)
Merge branch 'xdg-config'
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"