ClickHouse/tests/integration/compose/docker_compose_coredns.yml
2024-03-20 14:11:47 +00:00

10 lines
233 B
YAML

version: "2.3"
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