adaragaopt

Results 1 comments of adaragaopt

Same here with this configuration on a Raspberry 3 B+: version: '3.6' services: stats: image: virtualzone/docker-container-stats container_name: 'stats' ports: - '7080:8080' environment: STATS_UPDATE_INTERVAL: 10 volumes: - '/var/run/docker.sock:/var/run/docker.sock:ro'