Skip to content

Commit a4fe2da

Browse files
committedOct 15, 2024
add user to grafana
1 parent c4ba3a7 commit a4fe2da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎docker/grafana/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
environment:
2323
- GF_SECURITY_ADMIN_USER=mafyuh
2424
- GF_SECURITY_ADMIN_PASSWORD=$GF_SECURITY_ADMIN_PASSWORD
25+
user: "1000"
2526
volumes:
2627
- /docker/appdata/grafana:/var/lib/grafana
2728
networks:

0 commit comments

Comments
 (0)
Please sign in to comment.