Version 1
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user