fix (service): add explicit container name - grafana
This commit is contained in:
parent
974ed59837
commit
ad247b6039
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ services:
|
|||
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
container_name: grafana
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- grafana_data:/var/lib/grafana
|
||||
|
|
Loading…
Add table
Reference in a new issue