Skip to content

Commit 13571b0

Browse files
authored
examples/docker-local: add explanatory comment (#1545)
1 parent 89fb59a commit 13571b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/docker-local/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ provider "docker" {
1616
}
1717

1818
provider "coder" {
19+
# The below assumes your Coder deployment is running in docker-compose.
20+
# If this is not the case, either comment or edit the below.
1921
url = "http://host.docker.internal:7080"
2022
}
2123

0 commit comments

Comments
 (0)