fix(docker-compose.2.0): 使用bridge驱动自建网络而非external

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-10 23:28:41 -08:00
parent d3fecc42c1
commit 86091097a6
1 changed files with 2 additions and 3 deletions

View File

@ -227,9 +227,8 @@ services:
- rwa-network
# =============================================================================
# 网络配置 - 使用 1.0 的共享网络
# 网络配置
# =============================================================================
networks:
rwa-network:
external: true
name: rwa-network
driver: bridge