We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8549f2a commit 115ea10Copy full SHA for 115ea10
ct/dokploy.sh
@@ -12,7 +12,7 @@ var_ram="${var_ram:-2048}"
12
var_disk="${var_disk:-10}"
13
var_os="${var_os:-debian}"
14
var_version="${var_version:-13}"
15
-var_unprivileged="${var_unprivileged:-1}"
+var_unprivileged="${var_unprivileged:-0}"
16
17
header_info "$APP"
18
variables
frontend/public/json/dokploy.json
@@ -7,7 +7,7 @@
7
"date_created": "2025-12-09",
8
"type": "ct",
9
"updateable": true,
10
- "privileged": false,
+ "privileged": true,
11
"interface_port": 3000,
"documentation": "https://docs.dokploy.com/",
"config_path": "/etc/dokploy",
0 commit comments