From 3b0a8cbbdc653ab22e1ea9b613f33d36fa9284fc Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 17 Aug 2023 07:38:31 +0800 Subject: [PATCH] Update pve_custom.md --- docs/guide/pve_custom.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guide/pve_custom.md b/docs/guide/pve_custom.md index a84b1d089d..fb5d63d5ae 100644 --- a/docs/guide/pve_custom.md +++ b/docs/guide/pve_custom.md @@ -51,4 +51,6 @@ docker run -idt --network host \ spiritlhl/pve:7_aarch64 ``` -开设出的面板实际是开设在容器内的,但网络已使用host模式,PVE的端口约等于就使用的宿主机的端口,正常使用即可 \ No newline at end of file +开设出的面板实际是开设在容器内的,但网络已使用host模式,PVE的端口约等于就使用的宿主机的端口 + +有许多错误需要修复,欢迎PR解决问题