13 lines
232 B
YAML
13 lines
232 B
YAML
version: '3.8'
|
|
services:
|
|
jellyfin:
|
|
image: prom/prometheus:latest
|
|
container_name: prometheus
|
|
volumes:
|
|
- ./prometheus:/etc/prometheus
|
|
restart: unless-stopped
|
|
ports:
|
|
- 9090:9090
|
|
volumes:
|
|
prometheus:
|