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

chore(docs/install/docker.md): shorten headings length#11630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
matifali merged 1 commit intomainfromshort-headings
Jan 16, 2024
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletionsdocs/install/docker.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -35,7 +35,7 @@ Coder's [configuration options](../admin/configure.md).

<div class="tabs">

##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
Expand All@@ -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 withdocker-compose
## dockercompose

Coder's publishes a
[docker-compose example](https://github.com/coder/coder/blob/main/docker-compose.yaml)
Expand All@@ -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 `dockercompose 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.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp