From 4cade5c61010359247edc507b512e9352afb7c24 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 19 Jan 2016 19:39:23 +1100 Subject: [PATCH] Update standalone.yml less ssh --- samples/standalone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index a6e2cd3..9c17e79 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -22,7 +22,6 @@ templates: ## which TCP/IP ports should this container expose? expose: - "80:80" # fwd host port 80 to container port 80 (http) - - "2222:22" # fwd host port 2222 to container port 22 (ssh) # any extra arguments for Docker? # docker_args: -- 2.25.1