mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
feat: change default to 8080
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
12eb050cc2
commit
e22598a126
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ func init() {
|
|||
|
||||
rootCmd.Flags().StringP("address", "a", "127.0.0.1", "address to listen on")
|
||||
rootCmd.Flags().StringP("log", "l", "stdout", "log output")
|
||||
rootCmd.Flags().IntP("port", "p", 80, "port to listen on")
|
||||
rootCmd.Flags().IntP("port", "p", 8080, "port to listen on")
|
||||
rootCmd.Flags().StringP("cert", "c", "", "tls certificate")
|
||||
rootCmd.Flags().StringP("key", "k", "", "tls key")
|
||||
rootCmd.Flags().StringP("scope", "s", "", "root scope to which user's scope are relative too")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue