mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:27 +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
|