@@ -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
4040For 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 \
5252Coder configuration is defined via environment variables. Learn more about
5353Coder's[ configuration options] ( ../admin/configure.md ) .
5454
55- ##Run Coder with docker- compose
55+ ##docker compose
5656
5757Coder'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.