Update README with dnmp_network creation instructions

Added note about creating the dnmp_network Docker network.
This commit is contained in:
没人在家请按门铃
2026-06-08 21:03:26 +08:00
committed by GitHub
parent 102e30bdb3
commit c273310465
+5
View File
@@ -2,3 +2,8 @@
截取自 https://github.com/yeszao/dnmp 部分配置修改了下
**注意,不要忘记修改密码**
建立 dnmp_network 网络
~~~
docker network create dnmp_network
~~~