From 1f7af1debf7fed3d1cdbfc41d1daa15d9aa42169 Mon Sep 17 00:00:00 2001 From: rebecca554owen Date: Thu, 16 Jan 2025 10:03:00 +0800 Subject: [PATCH] fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1panel-network 是一个已经存在的 Docker 网络,Docker Compose 会使用这个网络来连接服务,而不是创建一个新的网络。 --- docs/en/installation/1panel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/installation/1panel.md b/docs/en/installation/1panel.md index 3d36f38..a301019 100644 --- a/docs/en/installation/1panel.md +++ b/docs/en/installation/1panel.md @@ -114,7 +114,7 @@ services: networks: 1panel-network: - driver: bridge + external: true ``` 5. Initialize Installation: @@ -161,4 +161,4 @@ docker compose up -d - ⚠️ Ensure firewall is enabled to prevent port 7001 exposure to public - Service restart is required after code modifications -- SSL certificate configuration is recommended for secure access \ No newline at end of file +- SSL certificate configuration is recommended for secure access