mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Update Dockerfiles and set default SQL port to 2343
This commit is contained in:
@@ -51,11 +51,11 @@ func startAction(ctx *cli.Context) error {
|
||||
if ctx.IsSet("config") {
|
||||
fmt.Printf("NAME VALUE\n")
|
||||
fmt.Printf("detach-server %t\n", conf.DetachServer())
|
||||
fmt.Printf("database-path %s\n", conf.DatabasePath())
|
||||
|
||||
fmt.Printf("sql-host %s\n", conf.SqlServerHost())
|
||||
fmt.Printf("sql-port %d\n", conf.SqlServerPort())
|
||||
fmt.Printf("sql-password %s\n", conf.SqlServerPassword())
|
||||
fmt.Printf("sql-path %s\n", conf.SqlPath())
|
||||
|
||||
fmt.Printf("http-host %s\n", conf.HttpServerHost())
|
||||
fmt.Printf("http-port %d\n", conf.HttpServerPort())
|
||||
|
||||
Reference in New Issue
Block a user