mirror of
https://github.com/goauthentik/authentik
synced 2026-05-02 20:32:19 +02:00
website/docs: website/integrations: update docker-compose to Docker Compose (#16945)
Updates instances of docker-compose to Docker Compose
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user