export-docker-status/compose.yaml
2023-07-27 17:00:33 +00:00

12 lines
292 B
YAML

version: '2.1'
services:
exporter-docker-stats:
image: local/openshell-export-docker-status
build: .
pull_policy: never
restart: always
container_name: exporter-docker-stats
ports:
- 9101:9101
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro