services: glances: image: nicolargo/glances:latest container_name: glances environment: - TZ=Asia/Shanghai - GLANCES_OPT=-w ports: - "61208:61208" restart: unless-stopped