mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
10 lines
169 B
YAML
10 lines
169 B
YAML
version: "3.7"
|
|
services:
|
|
prometheus:
|
|
image: prom/prometheus
|
|
ports:
|
|
- "9090:9090"
|
|
volumes:
|
|
- ./data:/etc/prometheus
|
|
restart: unless-stopped
|