Typo fix in docker-compose.yml, fixes in README.md and README generation step.

This commit is contained in:
2025-01-09 11:02:25 -05:00
parent 9469b4f84d
commit 82e9a3d8ff
+3 -2
View File
@@ -1,8 +1,9 @@
# List of Services # List of Services
`~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml` `~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml`
```json
<!-- SERVICES_LIST_START --> <!-- SERVICES_LIST_START -->
```json
[ [
{ {
"service": "actual_server", "service": "actual_server",
@@ -585,5 +586,5 @@
"image": "postgres:16-alpine" "image": "postgres:16-alpine"
} }
] ]
<!-- SERVICES_LIST_END -->
``` ```
<!-- SERVICES_LIST_END -->