@ -1,6 +1,6 @@
all: .prometheus.uptodate .nginx.uptodate
all: .prometheus.uptodate
.PHONY: all
.prometheus.uptodate: Dockerfile.prometheus prometheus.yml
@ -1,7 +1,7 @@
version: "3"
services:
prometheus:
image: "prometheus:latest"
image: "wubloader_prometheus:latest"
command:
- "--storage.tsdb.retention=30d"
restart: "on-failure"