From a3304594e55e62481ad2c8a0d900777d24bfc2fc Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Tue, 13 Jan 2026 09:59:10 -0800 Subject: [PATCH] indentation --- docs/docs/get-started/docker.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/get-started/docker.mdx b/docs/docs/get-started/docker.mdx index fa6b966a..1fc4e798 100644 --- a/docs/docs/get-started/docker.mdx +++ b/docs/docs/get-started/docker.mdx @@ -129,13 +129,13 @@ The following variables are required or recommended: * **GPU-accelerated deployment**: If your host machine has an NVIDIA GPU with CUDA support and compatible NVIDIA drivers, use the base `docker-compose.yml` file with the `docker-compose.gpu.yml` override: - ```bash title="Docker" - docker compose -f docker-compose.yml -f docker-compose.gpu.yml up -d - ``` + ```bash title="Docker" + docker compose -f docker-compose.yml -f docker-compose.gpu.yml up -d + ``` - ```bash title="Podman" - podman compose -f docker-compose.yml -f docker-compose.gpu.yml up -d - ``` + ```bash title="Podman" + podman compose -f docker-compose.yml -f docker-compose.gpu.yml up -d + ``` :::tip