From 94a802c1e653d378914106c7a03d77d3b84383b0 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 13 Jun 2023 00:24:33 +0200 Subject: [PATCH] docs(docker-compose): Update example directory layout --- docker-compose/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docker-compose/README.md b/docker-compose/README.md index 18d5675..95f9d4e 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -111,8 +111,9 @@ Above example of a multi-component (two in this case) `grafana` service will giv ├── common-settings.yml ├── docker-compose.override.yml ├── docker-compose.yml - └── env - └── fully.qualified.domain.name.example + ├── env + │   └── fqdn_context.env.example + └── README.md ``` Check out file contents over in the [examples/grafana](examples/grafana) subdir. @@ -131,8 +132,9 @@ With an alternative single-component `hashicorpvault` service the result may loo ├── common-settings.yml ├── docker-compose.override.yml ├── docker-compose.yml - └── env - └── fully.qualified.domain.name.example + ├── env + │   └── fqdn_context.env.example + └── README.md ``` Check out file contents over in the [examples/hashicorpvault](examples/hashicorpvault) subdir.