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