mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
fix
1panel-network 是一个已经存在的 Docker 网络,Docker Compose 会使用这个网络来连接服务,而不是创建一个新的网络。
This commit is contained in:
parent
46f8b691be
commit
1f7af1debf
@ -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
|
||||
- SSL certificate configuration is recommended for secure access
|
||||
|
Loading…
Reference in New Issue
Block a user