docs: mention "docker compose" instead of "docker-compose"

The later has been deprecated.
This commit is contained in:
Vincent Bernat
2023-08-13 09:11:47 +02:00
parent 4cb8fa2096
commit 8509fa9ce9
8 changed files with 24 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ import (
// as a named service or on a specific port on localhost. This applies
// for example for Kafka and ClickHouse. The timeouts are quite short,
// but we suppose that either the services are run through
// docker-compose manually and ready, either through CI and they are
// docker compose manually and ready, either through CI and they are
// checked for readiness.
func CheckExternalService(t *testing.T, name string, dnsCandidates []string, port string) string {
t.Helper()