removed glances
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
services:
|
||||
glances:
|
||||
image: nicolargo/glances:latest
|
||||
container_name: glances
|
||||
restart: always
|
||||
networks:
|
||||
- reverseproxy
|
||||
ports:
|
||||
- 61208:61208
|
||||
pid: host
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/os-release:/etc/os-release:ro
|
||||
environment:
|
||||
- "GLANCES_OPT=-w"
|
||||
|
||||
networks:
|
||||
reverseproxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user