Correct issue on docker compose with latest docker-compose version

pull/2281/head
nicolargo 2023-03-04 09:23:57 +01:00
parent 2bc7f2b63a
commit 69be665406
1 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,7 @@ services:
context: ./
dockerfile: Dockerfile
restart: always
ports:
- "61208:61208"
network_mode: "host"
environment:
GLANCES_OPT: "-C /glances/conf/glances.conf -w"
volumes:
@ -14,4 +13,3 @@ services:
- "./glances.conf:/glances/conf/glances.conf"
pid: "host"
privileged: true
network_mode: "host"