From bd1d7d1509e87c8ace6d8372cd1db7535ce06525 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 19 Aug 2015 20:36:19 +0800 Subject: Able to set SSH port when install, update Docker docs --- modules/auth/user_form.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/auth/user_form.go') diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index 709271a929..4f00a7c22a 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -24,6 +24,7 @@ type InstallForm struct { RepoRootPath string `binding:"Required"` RunUser string `binding:"Required"` Domain string `binding:"Required"` + SSHPort int HTTPPort string `binding:"Required"` AppUrl string `binding:"Required"` -- cgit v1.2.3