From 6a75a60a3629b4d082b3496155b6c1e957e0b466 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 4 Sep 2018 08:21:49 -0400 Subject: [PATCH] learn more about docker volumes --- util/Setup/Configuration.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/Setup/Configuration.cs b/util/Setup/Configuration.cs index 9135144087..dd1c20f39a 100644 --- a/util/Setup/Configuration.cs +++ b/util/Setup/Configuration.cs @@ -77,7 +77,8 @@ namespace Bit.Setup [Description("Use a docker volume (`mssql_data`) instead of a host-mapped volume for the persisted " + "database.\n" + - "WARNING: Changing this value will cause you to lose access to the existing persisted database.")] + "WARNING: Changing this value will cause you to lose access to the existing persisted database.\n" + + "Learn more: https://docs.docker.com/storage/volumes/")] public bool DatabaseDockerVolume { get; set; } [YamlIgnore]