common-settings.yml is now .yaml

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

View File

@ -56,7 +56,7 @@ The end result is a directory structure that has everything you need to hit the
│   ├── Dockerfile
│   └── extras
│   └── .gitkeep
├── common-settings.yml
├── common-settings.yaml
├── compose.override.yaml
├── compose.yaml
├── env
@ -214,7 +214,7 @@ Make some code changes, for example to the Docker Compose Cookiecutter template.
│   ├── Dockerfile
│   └── extras
│   └── .gitkeep
├── common-settings.yml
├── common-settings.yaml
├── compose.override.yaml
├── compose.yaml
├── env

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