From f6150717ae96143e42c271499fa5d95b34bb8dec Mon Sep 17 00:00:00 2001 From: moncho Date: Fri, 4 Aug 2017 00:50:20 +0200 Subject: [PATCH] Minor correction (#4078) --- engine/swarm/configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/configs.md b/engine/swarm/configs.md index 374e1e8614..333032c109 100644 --- a/engine/swarm/configs.md +++ b/engine/swarm/configs.md @@ -357,7 +357,7 @@ generate the site key and certificate, name the files `site.key` and ``` 3. Save the `site.conf` file in a Docker config. The first parameter is the - name of the secret, and the second parameter is the file to read it from. + name of the config, and the second parameter is the file to read it from. ```bash $ docker config create site.conf site.conf