Skip to content

Instantly share code, notes, and snippets.

@kinnalru
Created December 6, 2021 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kinnalru/38299b9aedc7740c2ad0c18c1332f9f2 to your computer and use it in GitHub Desktop.
Save kinnalru/38299b9aedc7740c2ad0c18c1332f9f2 to your computer and use it in GitHub Desktop.
version: "2.3"
services:
x-log: &log
options:
max-size: '50m'
max-file: '3'
driver: json-file
services:
ping-exporter:
image: czerwonk/ping_exporter
container_name: monitoring-ping-exporter
restart: unless-stopped
ports:
- "9427:9427"
environment:
- "SERVICE_TAGS=monitoring"
volumes:
- ./config/ping.yml:/config/config.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment