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
+4 -3
View File
@@ -1,8 +1,9 @@
# List of Services
`~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml`
```json
<!-- SERVICES_LIST_START -->
```json
[
{
"service": "actual_server",
@@ -585,5 +586,5 @@
"image": "postgres:16-alpine"
}
]
<!-- SERVICES_LIST_END -->
```
```
<!-- SERVICES_LIST_END -->