From c2733104654e6852e7dac7a7e3090fe6bce6ddcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E4=BA=BA=E5=9C=A8=E5=AE=B6=E8=AF=B7=E6=8C=89?= =?UTF-8?q?=E9=97=A8=E9=93=83?= <50700061+GAted0@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:03:26 +0800 Subject: [PATCH] Update README with dnmp_network creation instructions Added note about creating the dnmp_network Docker network. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c0e2aac..5cc5fbc 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,8 @@ 截取自 https://github.com/yeszao/dnmp 部分配置修改了下 **注意,不要忘记修改密码** + +建立 dnmp_network 网络 +~~~ +docker network create dnmp_network +~~~