Make gitea unprivileged

This commit is contained in:
thorstenspille 2023-01-21 02:51:51 +01:00
parent ffb88737d1
commit cc294118ae

View File

@ -14,7 +14,7 @@ LXC_TEMPLATE_VERSION="debian-11-standard"
LXC_MP="1" LXC_MP="1"
# Create unprivileged container # Create unprivileged container
LXC_UNPRIVILEGED="0" LXC_UNPRIVILEGED="1"
# enable nesting feature # enable nesting feature
LXC_NESTING="1" LXC_NESTING="1"