prometheus broken compose was not meant to be pushed

This commit is contained in:
Siina Mashek 2023-01-31 04:06:28 +02:00
parent 25c0a75821
commit 1a07c433a3

View File

@ -1,12 +0,0 @@
version: '3.8'
services:
jellyfin:
image: prom/prometheus:latest
container_name: prometheus
volumes:
- ./prometheus:/etc/prometheus
restart: unless-stopped
ports:
- 9090:9090
volumes:
prometheus: