Skip to content

Commit d78b2df

Browse files
committed
chore(memory-infra): update Grafana configurations
1 parent 32b2429 commit d78b2df

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

memory-infra/docker/dev/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ services:
117117
grafana:
118118
image: grafana/grafana
119119
container_name: memory-grafana-dev
120+
user: "root"
120121
ports:
121122
- "3001:3000"
122123
environment:

memory-infra/docker/prod/onPremise/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ services:
118118
grafana:
119119
image: grafana/grafana
120120
container_name: memory-grafana-prod
121+
user: "root"
121122
ports:
122123
- "3000:3000"
123124
environment:

0 commit comments

Comments
 (0)