Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30e9ecb

Browse files
authored
docs: fix offline install docs some errors (#5039)
* docs: fix offline install docs some error * retrigger checks
1 parent 82f494c commit 30e9ecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install/offline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN mkdir -p /opt/terraform/plugins
5151
ADD filesystem-mirror-example.tfrc /opt/terraform/config.tfrc
5252

5353
# Optionally, we can "seed" the filesystem mirror with common providers.
54-
# Coder and Docker. Comment out lines 37-47 if you plan on only using a
54+
# Coder and Docker. Comment out lines 40-49 if you plan on only using a
5555
# volume or network mirror:
5656
RUN mkdir -p /opt/terraform/plugins/registry.terraform.io
5757
WORKDIR /opt/terraform/plugins/registry.terraform.io
@@ -70,7 +70,7 @@ WORKDIR /home/coder
7070
# Option 2) Use a network mirror.
7171
# https://developer.hashicorp.com/terraform/cli/config/config-file#network_mirror
7272

73-
# Be sure uncomment line 56 and edit network-mirror-example.tfrc to
73+
# Be sure uncomment line 60 and edit network-mirror-example.tfrc to
7474
# specify the HTTPS base URL of your mirror.
7575

7676
# ADD network-mirror-example.tfrc /opt/terraform/config.tfrc
@@ -122,7 +122,7 @@ services:
122122
coder:
123123
image: registry.example.com/coder:latest
124124
volumes:
125-
- ./plugins:/opt/registry.terraform.io
125+
- ./plugins:/opt/terraform/plugins
126126
# ...
127127
database:
128128
image: registry.example.com/postgres:13

0 commit comments

Comments
 (0)