op-packages/.github/diy/patches/dockerman.patch
2026-03-20 22:13:50 +08:00

12 lines
245 B
Diff

--- /dev/null
+++ b/applications/luci-app-dockerman/root/etc/uci-defaults/luci-app-dockerman
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+uci -q batch <<-EOF >/dev/null
+ set uhttpd.main.script_timeout="360"
+ commit uhttpd
+EOF
+
+/etc/init.d/dockerd restart