8000 chore: remove docker host from docker-compose by bpmct · Pull Request #1596 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: remove docker host from docker-compose #1596

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

Merged
merged 3 commits into from
May 19, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
remove unnecessary diff
  • Loading branch information
bpmct committed May 19, 2022
commit 36310133952ab3946f5cc70c7499fb21aaa20fc6
5 changes: 2 additions & 3 deletions examples/docker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ variable "step2_arch" {
provider "docker" {
host = "unix:///var/run/docker.sock"
}

data "coder_workspace" "me" {
provider "coder" {
}

provider "coder" {
data "coder_workspace" "me" {
}

resource "coder_agent" "dev" {
Expand Down
0