ClickHouse/tests/integration/compose/docker_compose_coredns.yml
2024-10-01 21:53:08 +02:00

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