chore: remove glances (container deleted)

This commit is contained in:
2026-03-28 15:01:39 +00:00
parent d9d10f5a65
commit 5366afbd93
-18
View File
@@ -1,18 +0,0 @@
version: "3.9"
services:
glances:
image: nicolargo/glances:latest
container_name: Glances
restart: unless-stopped
network_mode: host
environment:
- TZ=Europe/Berlin
- GLANCES_OPT=-w
volumes:
- /mnt/user/appdata/glances:/etc/glances
- /etc/os-release:/etc/os-release:ro
- /:/rootfs:ro
- /var/run/docker.sock:/var/run/docker.sock:ro