mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
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:
@@ -162,7 +162,4 @@ volumes:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
claude-relay-network:
|
claude-relay-network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
ipam:
|
|
||||||
config:
|
|
||||||
- subnet: 172.20.0.0/16
|
|
||||||
Reference in New Issue
Block a user