Remove container name
This commit is contained in:
parent
d90c4f3552
commit
5c7c62f30a
1 changed files with 0 additions and 2 deletions
|
@ -17,13 +17,11 @@ services:
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
container_name: prometheus
|
|
||||||
ports:
|
ports:
|
||||||
- 9090:9090
|
- 9090:9090
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:latest
|
image: grafana/grafana:latest
|
||||||
container_name: grafana
|
|
||||||
environment:
|
environment:
|
||||||
- GF_SECURITY_ADMIN_USER=gopher
|
- GF_SECURITY_ADMIN_USER=gopher
|
||||||
- GF_SECURITY_ADMIN_PASSWORD=pass
|
- GF_SECURITY_ADMIN_PASSWORD=pass
|
||||||
|
|
Loading…
Reference in a new issue