Updated README with HTML comments.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# List of Services
|
# List of Services
|
||||||
|
|
||||||
|
`~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml`
|
||||||
```json
|
```json
|
||||||
~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml
|
<!--START_SECTION:compose-services-->
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"service": "actual_server",
|
"service": "actual_server",
|
||||||
@@ -585,4 +585,5 @@
|
|||||||
"image": "postgres:16-alpine"
|
"image": "postgres:16-alpine"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
<!--END_SECTION:compose-services-->
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user