diff --git a/src/gitea/constants-service.conf b/src/gitea/constants-service.conf index 77513ba..af82f81 100644 --- a/src/gitea/constants-service.conf +++ b/src/gitea/constants-service.conf @@ -14,7 +14,7 @@ LXC_TEMPLATE_VERSION="debian-11-standard" LXC_MP="1" # Create unprivileged container -LXC_UNPRIVILEGED="0" +LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1"