Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
chore: use root to start prometheus service (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 authored Jan 17, 2022
1 parent 0aadec7 commit 400860b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
prometheus:
container_name: ckb-analyzer-prometheus
image: prom/prometheus:latest
user: root
volumes:
- ./prometheus/etc/prometheus:/etc/prometheus/
- ./prometheus/var/lib/prometheus:/var/lib/prometheus
Expand Down

0 comments on commit 400860b

Please sign in to comment.