File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ ARG TARGETARCH
9
9
ARG GO_VERSION=1.21.6
10
10
ARG GO_ARCH=${TARGETARCH:-amd64}
11
11
12
- ENV DEV "${development}"
12
+ ENV DEV= "${development}"
13
13
14
14
# Make it as simple as possible to access the grafana instance for development purposes
15
15
# Do NOT enable these settings in a public facing / production grafana instance
16
- ENV GF_AUTH_ANONYMOUS_ORG_ROLE "Admin"
17
- ENV GF_AUTH_ANONYMOUS_ENABLED "true"
18
- ENV GF_AUTH_BASIC_ENABLED "false"
16
+ ENV GF_AUTH_ANONYMOUS_ORG_ROLE= "Admin"
17
+ ENV GF_AUTH_ANONYMOUS_ENABLED= "true"
18
+ ENV GF_AUTH_BASIC_ENABLED= "false"
19
19
# Set development mode so plugins can be loaded without the need to sign
20
- ENV GF_DEFAULT_APP_MODE "development"
20
+ ENV GF_DEFAULT_APP_MOD= "development"
21
21
22
22
23
23
LABEL maintainer="Grafana Labs <hello@grafana.com>"
You can’t perform that action at this time.
0 commit comments