🐛 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:
|
docker_container:
|
||||||
name: grafana
|
name: grafana
|
||||||
image: "grafana/grafana"
|
image: "grafana/grafana"
|
||||||
|
pull: true
|
||||||
|
state: started
|
||||||
|
detach: yes
|
||||||
|
restart_policy: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:{{ grafana_host_port }}:3000"
|
- "127.0.0.1:{{ grafana_host_port }}:3000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue