17 lines
264 B
Plaintext
17 lines
264 B
Plaintext
[Unit]
|
|
Description=Prometheus
|
|
|
|
[Container]
|
|
ContainerName=prometheus
|
|
Image=docker.io/prom/prometheus
|
|
AutoUpdate=registry
|
|
Network=podman
|
|
PublishPort=9091:9090
|
|
Volume=prometheus-yml:/etc/prometheus
|
|
|
|
[Service]
|
|
Restart=unless-stopped
|
|
|
|
[Install]
|
|
WantedBy=default.target
|