From 9c798acadc38245677015a7b8e394441f7f81798 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 13 Jan 2020 10:07:48 +0100 Subject: [PATCH] fixed filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55566af..21abd08 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Finally, *GPU-Jupyter* can be deployed in the Docker Swarm with the shared netwo ```bash ./add-to-swarm.sh -p [port] -n [docker-network] -r [registry-port] -# e.g. ./add-to-swarm.sh.save -p 8848 -n elk_datastack -r 5001 +# e.g. ./add-to-swarm.sh -p 8848 -n elk_datastack -r 5001 ``` where: * **-p:** port specifies the port on which the service will be available.