From fc21e28867f33102238facddea05efd00b6cbd7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sil=C3=A9n?= Date: Fri, 15 May 2026 12:35:06 +0300 Subject: [PATCH] Docs: document MariaDB as the default database in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README listed runtime deps but not the metadata database. Official Docker deploy (docs/docker/docker-compose.yml) and the install script (docs/install.sh) both use MariaDB. This adds a short note under 环境 and 安装. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad531d42..52a06974b 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,11 @@ Spug是面向中小型企业设计的轻量级无Agent的自动化运维平台 * Django 2.2 * Node 12.14 * React 16.11 +* MariaDB 10.x(平台元数据库;官方 Docker 部署与 `docs/install.sh` 一键安装默认使用 MariaDB) ## 安装 -[官方文档](https://ops.spug.cc/docs/install-docker) +[官方文档](https://ops.spug.cc/docs/install-docker)(仓库内 `docs/docker/docker-compose.yml` 使用 `mariadb:10.8` 镜像) 更多使用帮助请参考: [使用文档](https://ops.spug.cc/docs/host-manage/)