1
0
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:
MtnBurrit0
2024-04-15 14:38:39 -06:00
committed by GitHub
parent 0512102189
commit 122d1b7ed7
3 changed files with 0 additions and 11 deletions

View File

@@ -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;