website/docs: website/integrations: update docker-compose to Docker Compose (#16945)

Updates instances of docker-compose to Docker Compose
This commit is contained in:
Dewi Roberts
2025-09-24 17:20:19 +03:00
committed by GitHub
parent 0496549386
commit 30fc1b93bf
15 changed files with 20 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ import Placeholders from "./__placeholders.md";
defaultValue="standalone-traefik"
values={[
{label: 'Standalone traefik', value: 'standalone-traefik'},
{label: 'docker-compose', value: 'docker-compose'},
{label: 'Docker Compose', value: 'docker-compose'},
{label: 'Ingress', value: 'ingress'},
]}>
<TabItem value="standalone-traefik">