dokploy: require unprivileged LXC environment (#9891)

This commit is contained in:
CanbiZ 2025-12-11 18:32:20 +01:00 committed by GitHub
parent 8549f2a84d
commit 115ea10ecd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ var_ram="${var_ram:-2048}"
var_disk="${var_disk:-10}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"
var_unprivileged="${var_unprivileged:-1}"
var_unprivileged="${var_unprivileged:-0}"
header_info "$APP"
variables

View File

@ -7,7 +7,7 @@
"date_created": "2025-12-09",
"type": "ct",
"updateable": true,
"privileged": false,
"privileged": true,
"interface_port": 3000,
"documentation": "https://docs.dokploy.com/",
"config_path": "/etc/dokploy",