🐛 Fix missing grafana container settings

especially restarting the container, e.g. after a Docker update
This commit is contained in:
Stefan Haun 2022-11-22 21:32:07 +01:00
parent 2a2cf2d4ce
commit 28efc2bd4b

View file

@ -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: