mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
11 lines
211 B
YAML
11 lines
211 B
YAML
networks:
|
|
default:
|
|
driver: bridge
|
|
enable_ipv6: true
|
|
ipam:
|
|
config:
|
|
- subnet: 10.0.0.0/12
|
|
gateway: 10.0.0.1
|
|
- subnet: 2001:3984:3989::/64
|
|
gateway: 2001:3984:3989::1
|