mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
8 lines
217 B
YAML
8 lines
217 B
YAML
services:
|
|
coredns:
|
|
image: coredns/coredns:1.9.3 # :latest broke this test
|
|
restart: always
|
|
volumes:
|
|
- ${COREDNS_CONFIG_DIR}/example.com:/example.com
|
|
- ${COREDNS_CONFIG_DIR}/Corefile:/Corefile
|