From 404a970dff10d40920d9b8a1e13bc4e213a28eb8 Mon Sep 17 00:00:00 2001 From: Kiswono Prayogo Date: Fri, 20 Aug 2021 22:40:49 +0700 Subject: [PATCH] Typo on README because of copy-paste (#15) * add clickhouse, cockroach, meilisesarch, scylla, tarantool, tidb cluster, typesense, yugabyte * Update README.md * add aerospike * update README.md aerospike * remove www * bugfix docs clickhouse link * add nebula, redpanda, fix scylla typo * typo copy pasting README --- clickhouse/README.md | 2 +- mysql/README.md | 2 ++ postgres/README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/clickhouse/README.md b/clickhouse/README.md index 98ca2ae..18387da 100644 --- a/clickhouse/README.md +++ b/clickhouse/README.md @@ -1,4 +1,4 @@ -# MeiliSearch w/ Docker Compose +# ClickHouse w/ Docker Compose with default empty password diff --git a/mysql/README.md b/mysql/README.md index c87b6ba..1746c01 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -1,3 +1,5 @@ +# MySQL w/ Docker Compose + ## Enter the Container w/ Bash `docker-compose exec --user root db /bin/bash` diff --git a/postgres/README.md b/postgres/README.md index 4f3363a..83672ba 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -1,4 +1,4 @@ -# Postgres w/ Docker Compose +# PostgreSQL w/ Docker Compose ## Super User Authentication