luci-app-docker: add data-root path config

This commit is contained in:
lean 2021-06-19 13:03:27 +08:00
parent b3cdf4ee1b
commit bae5572a81
3 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,7 @@ LUCI_TITLE:=Luci for Docker-CE
LUCI_DEPENDS:=+dockerd +e2fsprogs +fdisk
LUCI_PKGARCH:=all
PKG_VERSION:=1
PKG_RELEASE:=10
PKG_RELEASE:=11
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -0,0 +1,4 @@
{
"data-root": "/opt/",
"log-level": "warn"
}

View File

@ -243,7 +243,7 @@ CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
# CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
CONFIG_INTEL_GTT=y
CONFIG_INTEL_IDLE=y
# CONFIG_INTEL_IDLE is not set
# CONFIG_INTEL_IDXD is not set
# CONFIG_INTEL_IPS is not set
# CONFIG_INTEL_MEI_HDCP is not set