common-settings.yml is now .yaml

This commit is contained in:
2023-10-13 02:08:12 +02:00
parent e5e78a0527
commit b534a9bccf
2 changed files with 4 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ Above example of a multi-component (two in this case) `grafana` service will giv
│   ├── Dockerfile
│   └── extras
│   └── .gitkeep
├── common-settings.yml
├── common-settings.yaml
├── compose.override.yaml
├── compose.yaml
├── env
@@ -113,7 +113,7 @@ With an alternative single-component `hashicorpvault` service the result may loo
│   ├── Dockerfile
│   └── extras
│   └── .gitkeep
├── common-settings.yml
├── common-settings.yaml
├── compose.override.yaml
├── compose.yaml
├── env