guix-machines/unguix/prom0-home-rekahsoft-ca/prometheus.sh

9 lines
195 B
Bash

#!/usr/bin/env bash
docker run -d \
--name prometheus \
--restart unless-stopped \
-p 9090:9090 \
-v /var/lib/prometheus:/etc/prometheus \
docker.nexus.home.rekahsoft.ca/prom/prometheus