From 28efc2bd4bd94ee1db833f101bae8a8a33395d7b Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Tue, 22 Nov 2022 21:32:07 +0100 Subject: [PATCH] :bug: Fix missing grafana container settings especially restarting the container, e.g. after a Docker update --- host-pottwal.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host-pottwal.yml b/host-pottwal.yml index efdb0ec..b6e9a56 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -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: