diff --git a/metrics/compose.yaml b/metrics/compose.yaml index 0917beb..ba6e27f 100644 --- a/metrics/compose.yaml +++ b/metrics/compose.yaml @@ -16,19 +16,6 @@ services: - metrics restart: unless-stopped - glances: - image: nicolargo/glances:latest - container_name: glances - environment: - - "GLANCES_OPT=-w" - ports: - - '61208:61208' - networks: - - default - - metrics - restart: always - pid: host - networks: default: metrics: