From 29bf6495d6096ad0b46a7e0f64fc964bcb83d0b4 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 16 Jan 2024 10:15:56 +0300 Subject: [PATCH] chore(docs/install/docker.md): shorten headings length --- docs/install/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index 818d2df3cd959..93fc7c9384660 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -35,7 +35,7 @@ Coder's [configuration options](../admin/configure.md).
-## Run Coder with access URL and external PostgreSQL (recommended) +## docker run For production deployments, we recommend using an external PostgreSQL database (version 13 or higher). Set `ACCESS_URL` to the external URL that users and @@ -52,7 +52,7 @@ docker run --rm -it \ Coder configuration is defined via environment variables. Learn more about Coder's [configuration options](../admin/configure.md). -## Run Coder with docker-compose +## docker compose Coder's publishes a [docker-compose example](https://github.com/coder/coder/blob/main/docker-compose.yaml) @@ -66,7 +66,7 @@ which includes an PostgreSQL container and volume. git clone https://github.com/coder/coder.git ``` -3. Start Coder with `docker-compose up`: +3. Start Coder with `docker compose up`: In order to use cloud-based templates (e.g. Kubernetes, AWS), you must have an external URL that users and workspaces will use to connect to Coder.