Skip to content

Commit

Permalink
running influxgraph and cadvisor as root
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Sep 7, 2021
1 parent c81f6b8 commit b80b3a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ services:
- /var/lib/docker/:/var/lib/docker:ro
networks:
- perfiz-network
user: "${UID}:${GID}"
influxgraph:
environment:
INFLUXGRAPH_GUNICORN_LOGLEVEL: "debug"
Expand All @@ -53,7 +52,6 @@ services:
- "8000:80"
networks:
- perfiz-network
user: "${UID}:${GID}"
influxdb:
environment:
INFLUXDB_REPORTING_DISABLED: "true"
Expand Down

0 comments on commit b80b3a3

Please sign in to comment.