Skip to content

Commit affd77d

Browse files
committed
Fix docker file
1 parent a2b2fe3 commit affd77d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.config/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ARG TARGETARCH
99
ARG GO_VERSION=1.21.6
1010
ARG GO_ARCH=${TARGETARCH:-amd64}
1111

12-
ENV DEV "${development}"
12+
ENV DEV="${development}"
1313

1414
# Make it as simple as possible to access the grafana instance for development purposes
1515
# 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"
1919
# 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"
2121

2222

2323
LABEL maintainer="Grafana Labs <hello@grafana.com>"

0 commit comments

Comments
 (0)