@@ -35,7 +35,7 @@ Coder's [configuration options](../admin/configure.md).
35
35
36
36
<div class =" tabs " >
37
37
38
- ##Run Coder with access URL and external PostgreSQL (recommended)
38
+ ##docker run
39
39
40
40
For production deployments, we recommend using an external PostgreSQL database
41
41
(version 13 or higher). Set` ACCESS_URL ` to the external URL that users and
@@ -52,7 +52,7 @@ docker run --rm -it \
52
52
Coder configuration is defined via environment variables. Learn more about
53
53
Coder's[ configuration options] ( ../admin/configure.md ) .
54
54
55
- ##Run Coder with docker- compose
55
+ ##docker compose
56
56
57
57
Coder's publishes a
58
58
[ docker-compose example] ( https://github.com/coder/coder/blob/main/docker-compose.yaml )
@@ -66,7 +66,7 @@ which includes an PostgreSQL container and volume.
66
66
git clone https://github.com/coder/coder.git
67
67
```
68
68
69
- 3 . Start Coder with` docker- compose up ` :
69
+ 3 . Start Coder with` docker compose up ` :
70
70
71
71
In order to use cloud-based templates (e.g. Kubernetes, AWS), you must have
72
72
an external URL that users and workspaces will use to connect to Coder.