From 0e9e1e7501332ef707db3a7325c28cb1e69eb354 Mon Sep 17 00:00:00 2001 From: filesite Date: Sun, 24 Aug 2025 20:30:40 +0800 Subject: [PATCH] remove no-root user --- start_cloud_in_container.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/start_cloud_in_container.sh b/start_cloud_in_container.sh index 68804f0..f2204d4 100755 --- a/start_cloud_in_container.sh +++ b/start_cloud_in_container.sh @@ -26,7 +26,6 @@ chmod 777 $DATADIR_MOUNT docker run -itd --init \ --name ulixee_cloud \ --ipc=host \ - --user ulixee \ --restart unless-stopped \ --sysctl net.ipv4.tcp_keepalive_intvl=10 \ --sysctl net.ipv4.tcp_keepalive_probes=3 \