From b534a9bccf2d45d94a897baede863b950734e451 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Fri, 13 Oct 2023 02:08:12 +0200 Subject: [PATCH] common-settings.yml is now .yaml --- README.md | 4 ++-- docker-compose/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a22623e..56c6fea 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose/README.md b/docker-compose/README.md index 966a539..881f054 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -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