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:
|
||||
image: prom/prometheus:latest
|
||||
container_name: prometheus
|
||||
ports:
|
||||
- 9090:9090
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
container_name: grafana
|
||||
environment:
|
||||
- GF_SECURITY_ADMIN_USER=gopher
|
||||
- GF_SECURITY_ADMIN_PASSWORD=pass
|
||||
|
|
Loading…
Reference in a new issue