Commit 65ec685d authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: add "v" to image tag

parent 2d48a38a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@

    # run prometheus
    name: "prometheus"
    image: "docker.io/prom/prometheus:3.7.2"
    image: "docker.io/prom/prometheus:v3.7.2"
    image_name_mismatch: "recreate"
    restart_policy: "unless-stopped"
    network_mode: "host"