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

This commit is contained in:
2025-01-09 11:01:53 -05:00
parent e388bc55d6
commit 9469b4f84d
3 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
`~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml`
```json
<!--START_SECTION:compose-services-->
<!-- SERVICES_LIST_START -->
[
{
"service": "actual_server",
@@ -585,5 +585,5 @@
"image": "postgres:16-alpine"
}
]
<!--END_SECTION:compose-services-->
<!-- SERVICES_LIST_END -->
```