- Notifications
You must be signed in to change notification settings - Fork1k
chore: rename docker-compose.yaml to compose.yaml#19480
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
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
b739a31
8618008
eb3a123
124e942
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
services: | ||
coder: | ||
# This MUST be stable for our documentation and | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -178,7 +178,7 @@ regular Coder server. | ||
#### Docker Compose | ||
Change the provided | ||
[`compose.yml`](https://github.com/coder/coder/blob/main/compose.yaml) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 🚫[linkspector]reported byreviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Will get resolved once merged. | ||
file to include a custom entrypoint: | ||
```diff | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -50,14 +50,14 @@ docker run --rm -it \ | ||
## Install Coder via `docker compose` | ||
Coder's publishes a | ||
[dockercompose example](https://github.com/coder/coder/blob/main/compose.yaml) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 🚫[linkspector]reported byreviewdog 🐶 | ||
which includes an PostgreSQL container and volume. | ||
1. Make sure you have [Docker Compose](https://docs.docker.com/compose/install/) | ||
installed. | ||
1. Download the | ||
[`docker-compose.yaml`](https://github.com/coder/coder/blob/main/compose.yaml) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 🚫[linkspector]reported byreviewdog 🐶 | ||
file. | ||
1. Update `group_add:` in `docker-compose.yaml` with the `gid` of `docker` | ||
Uh oh!
There was an error while loading.Please reload this page.