mirror of
https://github.com/bitwarden/server.git
synced 2025-04-17 02:58:12 -05:00
learn more about docker volumes
This commit is contained in:
parent
34a7bcdc1b
commit
6a75a60a36
@ -77,7 +77,8 @@ namespace Bit.Setup
|
|||||||
|
|
||||||
[Description("Use a docker volume (`mssql_data`) instead of a host-mapped volume for the persisted " +
|
[Description("Use a docker volume (`mssql_data`) instead of a host-mapped volume for the persisted " +
|
||||||
"database.\n" +
|
"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; }
|
public bool DatabaseDockerVolume { get; set; }
|
||||||
|
|
||||||
[YamlIgnore]
|
[YamlIgnore]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user