File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
content/influxdb3/explorer Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -166,15 +166,15 @@ You can control the operational mode using the `MODE` environment variable.
166
166
167
167
` ` ` sh
168
168
docker run -d \
169
- -e MODE=query \
169
+ --env MODE=query \
170
170
...
171
171
` ` `
172
172
173
173
# ## Run in admin mode
174
174
175
175
` ` ` sh
176
176
docker run -d \
177
- -e MODE=admin \
177
+ --env MODE=admin \
178
178
...
179
179
` ` `
180
180
@@ -212,5 +212,5 @@ If `MODE` is not set, the container defaults to query mode.
212
212
213
213
` ` ` sh
214
214
# Map ports to custom host values
215
- -p 8888:80 -p 8443:443
215
+ --publish 8888:80 --publish 8443:443
216
216
` ` `
Original file line number Diff line number Diff line change 8
8
9
9
{{ if .File }}
10
10
{{ .Scratch.Set "pageGithubLink" (print "https://github.com/influxdata/docs-v2/edit/master/content/" .File.Path) }}
11
- {{ if .Page.HasShortcode "duplicate-oss" }}
12
- {{ .Scratch.Set "pageGithubLink" (replaceRE "/cloud/" "/v2/" (.Scratch.Get "pageGithubLink")) }}
13
- {{ else if .Params.Source }}
11
+ {{ if .Params.Source }}
14
12
{{ .Scratch.Set "pageGithubLink" (print "https://github.com/influxdata/docs-v2/edit/master/content" .Params.source) }}
15
13
{{ end }}
16
14
{{ else }}
@@ -53,7 +51,7 @@ <h4 id="bug-reports-and-feedback">Support and feedback</h4>
53
51
To find support, use the following resources:
54
52
</ p >
55
53
< ul >
56
- {{ if and (eq $product "influxdb3") (or (eq $version "core") (eq $version "enterprise")) }}
54
+ {{ if and (eq $product "influxdb3") (or (eq $version "core") (eq $version "enterprise") (eq $version "explorer") ) }}
57
55
< li > < a class ="discord " href ="https://discord.gg/9zaNCW2PRT " target ="_blank "> < strong > InfluxDB Discord Server</ strong > < em style ="opacity:.5 "> (Preferred)</ em > </ a > </ li >
58
56
< li > < a class ="slack " href ="https://influxdata.com/slack " target ="_blank "> InfluxDB Community Slack</ a > </ li >
59
57
{{ else }}
You can’t perform that action at this time.
0 commit comments