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

Commit 400860b

Browse files
authored
chore: use root to start prometheus service (#78)
1 parent 0aadec7 commit 400860b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/docker-compose.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ services:
2929
prometheus:
3030
container_name: ckb-analyzer-prometheus
3131
image: prom/prometheus:latest
32+
user: root
3233
volumes:
3334
- ./prometheus/etc/prometheus:/etc/prometheus/
3435
- ./prometheus/var/lib/prometheus:/var/lib/prometheus

0 commit comments

Comments
 (0)