fix: simplify docker network configuration

Remove custom subnet configuration from docker-compose network to use default bridge settings.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Gemini Wen
2025-07-27 15:07:13 +08:00
parent bf9ffa831e
commit 5966692576

View File

@@ -163,6 +163,3 @@ volumes:
networks: networks:
claude-relay-network: claude-relay-network:
driver: bridge driver: bridge
ipam:
config:
- subnet: 172.20.0.0/16