mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00:00
Remove ComposeVersion from template (#3972)
This commit is contained in:
@@ -31,10 +31,6 @@ public class Configuration
|
||||
"Learn more: https://docs.docker.com/compose/compose-file/#ports")]
|
||||
public string HttpsPort { get; set; } = "443";
|
||||
|
||||
[Description("Docker compose file version. Leave empty for default.\n" +
|
||||
"Learn more: https://docs.docker.com/compose/compose-file/compose-versioning/")]
|
||||
public string ComposeVersion { get; set; }
|
||||
|
||||
[Description("Configure Nginx for Captcha.")]
|
||||
public bool Captcha { get; set; } = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user