From 3d7b32483924a8168cae86044c5db5f9b88fa359 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Wed, 13 Dec 2023 21:58:54 +0100 Subject: Remove -C /etc/glances.conf from the Dockerfile CMD --- docker-files/alpine.Dockerfile | 2 +- docker-files/ubuntu.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-files/alpine.Dockerfile b/docker-files/alpine.Dockerfile index 133be453..f1eb2455 100644 --- a/docker-files/alpine.Dockerfile +++ b/docker-files/alpine.Dockerfile @@ -96,7 +96,7 @@ EXPOSE 61209 61208 # Define default command. WORKDIR /app -CMD /venv/bin/python3 -m glances -C /etc/glances.conf $GLANCES_OPT +CMD /venv/bin/python3 -m glances $GLANCES_OPT ################################################################################ # RELEASE: minimal diff --git a/docker-files/ubuntu.Dockerfile b/docker-files/ubuntu.Dockerfile index 5313bf54..f4ef7c29 100644 --- a/docker-files/ubuntu.Dockerfile +++ b/docker-files/ubuntu.Dockerfile @@ -90,7 +90,7 @@ EXPOSE 61209 61208 # Define default command. WORKDIR /app -CMD /venv/bin/python3 -m glances -C /etc/glances.conf $GLANCES_OPT +CMD /venv/bin/python3 -m glances $GLANCES_OPT ################################################################################ # RELEASE: minimal -- cgit v1.2.3