add glances compose file
This commit is contained in:
13
glances/docker-compose.yml
Normal file
13
glances/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
monitoring:
|
||||||
|
image: nicolargo/glances:latest
|
||||||
|
restart: always
|
||||||
|
pid: host
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
environment:
|
||||||
|
- "GLANCES_OPT=-w"
|
||||||
|
ports:
|
||||||
|
- "61208:61208"
|
Reference in New Issue
Block a user