Skip to content

Commit 668e448

Browse files
johnstcnkylecarbs
authored andcommitted
examples/docker-local: add explanatory comment (#1545)
1 parent b19ed66 commit 668e448

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/docker-local/main.tf

+2
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)