Add keyctl parameter

This commit is contained in:
2024-01-21 13:46:06 +01:00
parent 3977496d8e
commit 6ac88f649b
28 changed files with 82 additions and 1 deletions

View File

@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1"
# enable nesting feature
LXC_NESTING="1"
# enable keyctl feature
LXC_KEYCTL="0"
# Defines the name from the SQL database
VAULTWARDEN_DB_NAME="vaultwarden"