diff --git a/src/content/docs/general/process/database/_assets/1Ppostgre.png b/src/content/docs/general/process/database/_assets/1Ppostgre.png new file mode 100644 index 00000000..e2275eb7 Binary files /dev/null and b/src/content/docs/general/process/database/_assets/1Ppostgre.png differ diff --git a/src/content/docs/general/process/database/_assets/1Ppostgre1.png b/src/content/docs/general/process/database/_assets/1Ppostgre1.png new file mode 100644 index 00000000..46ce0d75 Binary files /dev/null and b/src/content/docs/general/process/database/_assets/1Ppostgre1.png differ diff --git a/src/content/docs/general/process/database/_assets/1Predis.png b/src/content/docs/general/process/database/_assets/1Predis.png new file mode 100644 index 00000000..12b75d2c Binary files /dev/null and b/src/content/docs/general/process/database/_assets/1Predis.png differ diff --git a/src/content/docs/general/process/database/install.mdx b/src/content/docs/general/process/database/install.mdx index 67bc24ff..78ba2a91 100644 --- a/src/content/docs/general/process/database/install.mdx +++ b/src/content/docs/general/process/database/install.mdx @@ -548,6 +548,14 @@ MySQL5 版本太低了,很多插件需要更高版本的,装 MySQL8 就够 ::: +:::danger + +安装时请务必确认是否开启 **端口外部访问**,这么做会导致容器将其端口暴露到公开网络。 + +请注意,防火墙无法禁用 **容器端口映射**。 + +::: +
安装,配置面板 @@ -564,6 +572,22 @@ MySQL5 版本太低了,很多插件需要更高版本的,装 MySQL8 就够
安装 MySQL -![](_assets/50.png) +![安装 MySQL](_assets/50.png) + +
+ +
+ 安装 PostgreSQL + +![安装 PostgreSQL](_assets/1Ppostgre.png) + +![安装 PostgreSQL](_assets/1Ppostgre1.png)
+ +
+ 安装 Redis + +![安装 Redis](_assets/1Predis.png) + +
\ No newline at end of file