-
Notifications
You must be signed in to change notification settings - Fork 974
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
b739a31
8618008
eb3a123
124e942
File filter
Filter by extension
Conversations
Jump to
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 @@ | ||
version: "3.9" | ||
services: | ||
coder: | ||
# This MUST be stable for our documentation and | ||
|
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 | ||
[docker-compose example](https://github.com/coder/coder/blob/main/docker-compose.yaml) | ||
[docker compose 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 by reviewdog 🐶 |
||
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/docker-compose.yaml) | ||
[`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 by reviewdog 🐶 |
||
file. | ||
|
||
1. Update `group_add:` in `docker-compose.yaml` with the `gid` of `docker` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach https://github.com/coder/coder/blob/main/compose.yaml Status: 404
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will get resolved once merged.