🐛 Fix missing grafana container settings
especially restarting the container, e.g. after a Docker update
This commit is contained in:
parent
2a2cf2d4ce
commit
28efc2bd4b
1 changed files with 4 additions and 0 deletions
|
@ -402,6 +402,10 @@
|
|||
docker_container:
|
||||
name: grafana
|
||||
image: "grafana/grafana"
|
||||
pull: true
|
||||
state: started
|
||||
detach: yes
|
||||
restart_policy: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:{{ grafana_host_port }}:3000"
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue