Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5bfbf9f

Browse files
authored
chore(docs/install/docker.md): shorten headings length (#11630)
1 parent5087f7b commit5bfbf9f

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
<divclass="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 withdocker-compose
55+
##dockercompose
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`dockercompose 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)

[8]ページ先頭

©2009-2025 Movatter.jp