Files
Deploy-Laboratory/ansible/files/05-01/glances-docker-compose.example.yaml
2026-03-27 16:58:41 +08:00

11 lines
211 B
YAML

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