Skip to content

Commit 5bfbf9f

Browse files
authored
chore(docs/install/docker.md): shorten headings length (#11630)
1 parent 5087f7b commit 5bfbf9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Coder's [configuration options](../admin/configure.md).
3535

3636
<div class="tabs">
3737

38-
## Run Coder with access URL and external PostgreSQL (recommended)
38+
## docker run
3939

4040
For production deployments, we recommend using an external PostgreSQL database
4141
(version 13 or higher). Set `ACCESS_URL` to the external URL that users and
@@ -52,7 +52,7 @@ docker run --rm -it \
5252
Coder configuration is defined via environment variables. Learn more about
5353
Coder's [configuration options](../admin/configure.md).
5454

55-
## Run Coder with docker-compose
55+
## docker compose
5656

5757
Coder's publishes a
5858
[docker-compose example](https://github.com/coder/coder/blob/main/docker-compose.yaml)
@@ -66,7 +66,7 @@ which includes an PostgreSQL container and volume.
6666
git clone https://github.com/coder/coder.git
6767
```
6868

69-
3. Start Coder with `docker-compose up`:
69+
3. Start Coder with `docker compose up`:
7070

7171
In order to use cloud-based templates (e.g. Kubernetes, AWS), you must have
7272
an external URL that users and workspaces will use to connect to Coder.

0 commit comments

Comments
 (0)