Skip to content

Commit

Permalink
Grafana needs to run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung committed Sep 15, 2017
1 parent 17919c3 commit 8872255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ FAF_PYTHON_API_USER=root
FAF_WEBSITE_USER=root
FAF_SPRING_BOOT_ADMIN_USER=root
FAF_PROMETHEUS_USER=root
FAF_GRAFANA_USER=root
FAF_UNREALIRCD_USER=root
FAF_QAI_USER=root
FAF_MUMBLE_USER=root
Expand Down
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,11 @@ services:
#
# Grafana reads data from Prometheus and draws monitoring dashboards.
#
# This image needs to run as root since is changes users inside the container.
#
faf-grafana:
container_name: faf-grafana
image: grafana/grafana:4.5.0
user: ${FAF_GRAFANA_USER}
image: grafana/grafana:4.5.1
restart: always
networks:
- "faf"
Expand Down

0 comments on commit 8872255

Please sign in to comment.