export-docker-status/compose.yaml

13 lines
292 B
YAML
Raw Permalink Normal View History

2023-07-27 17:00:33 +00:00
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