Fixed prometheus persistant storage (fix needed to store on disk)

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-05-11 16:26:49 +02:00
parent ef01f7edeb
commit 8586a3a59d
4 changed files with 16 additions and 10 deletions

View File

@@ -20,5 +20,5 @@
- name: Restart Docker
shell:
cmd: "docker compose restart"
cmd: "docker compose up -d --build"
chdir: "{{ docker_compose_dir }}"