From 82e9a3d8ff6490f0496a8d4431d00d7c3b440b4e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 9 Jan 2025 11:02:25 -0500 Subject: [PATCH] Typo fix in docker-compose.yml, fixes in README.md and README generation step. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 607edf05..53128671 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # List of Services `~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml` -```json + +```json [ { "service": "actual_server", @@ -585,5 +586,5 @@ "image": "postgres:16-alpine" } ] - -``` \ No newline at end of file +``` + \ No newline at end of file