From a7e8309d6380700c8bceb7f465e233d00c52f102 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 20 Aug 2024 08:36:31 +0200 Subject: [PATCH] fix docker readme missing word --- commafeed-server/src/main/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-server/src/main/docker/README.md b/commafeed-server/src/main/docker/README.md index 3767d5a6..756fd45d 100644 --- a/commafeed-server/src/main/docker/README.md +++ b/commafeed-server/src/main/docker/README.md @@ -30,7 +30,7 @@ services: ## Advanced While using the H2 embedded database is perfectly fine for small instances, you may want to have more control over the -database. Here's an example that uses postgresql (note image tag change from `latest-h2` to `latest-postgresql`): +database. Here's an example that uses postgresql (note the image tag change from `latest-h2` to `latest-postgresql`): ``` services: