Skip to content

Commit

Permalink
fix bug on load grafana dashboard #3499 (#3501)
Browse files Browse the repository at this point in the history
  • Loading branch information
oivindoh authored and JakobLichterfeld committed Feb 9, 2024
1 parent 6da0cbd commit 0ab5538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV GF_ANALYTICS_REPORTING_ENABLED=false \
GF_SECURITY_ADMIN_USER=admin \
GF_SECURITY_ALLOW_EMBEDDING=true \
GF_SECURITY_DISABLE_GRAVATAR=true \
GF_SECURITY_ANGULAR_SUPPORT_ENABLED=false \
GF_SECURITY_ANGULAR_SUPPORT_ENABLED=true \
GF_USERS_ALLOW_SIGN_UP=false \
DATABASE_PORT=5432 \
DATABASE_SSL_MODE=disable
Expand Down

0 comments on commit 0ab5538

Please sign in to comment.