Remove -C /etc/glances.conf from the Dockerfile CMD

This commit is contained in:
nicolargo 2023-12-13 21:58:54 +01:00
parent 048e1fc6de
commit a3e08acdd2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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