7-rewrite-docs-inconsistencies #8

Merged
hygienic-books merged 4 commits from 7-rewrite-docs-inconsistencies into master 2023-06-12 22:35:07 +00:00
Showing only changes of commit 94a802c1e6 - Show all commits

View File

@ -111,8 +111,9 @@ Above example of a multi-component (two in this case) `grafana` service will giv
├── common-settings.yml ├── common-settings.yml
├── docker-compose.override.yml ├── docker-compose.override.yml
├── docker-compose.yml ├── docker-compose.yml
└── env ├── env
└── fully.qualified.domain.name.example │   └── fqdn_context.env.example
└── README.md
``` ```
Check out file contents over in the [examples/grafana](examples/grafana) subdir. 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 ├── common-settings.yml
├── docker-compose.override.yml ├── docker-compose.override.yml
├── docker-compose.yml ├── docker-compose.yml
└── env ├── env
└── fully.qualified.domain.name.example │   └── fqdn_context.env.example
└── README.md
``` ```
Check out file contents over in the [examples/hashicorpvault](examples/hashicorpvault) subdir. Check out file contents over in the [examples/hashicorpvault](examples/hashicorpvault) subdir.