mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2024-11-24 11:37:04 +01:00
12 lines
247 B
YAML
12 lines
247 B
YAML
version: "3"
|
|
|
|
services:
|
|
prom_mikrotik_exporter:
|
|
image: nshttpd/mikrotik-exporter:1.0.11 # replace version for latest version
|
|
volumes:
|
|
- './config:/config'
|
|
env_file: .env
|
|
ports:
|
|
- 9436:9436
|
|
restart: unless-stopped
|