diff --git a/Dockerfile b/Dockerfile index ef31b453..48860e54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,11 @@ RUN apt-get -y install curl && \ # Define working directory. WORKDIR /glances +# EXPOSE PORT (For XMLRPC) +EXPOSE 61209 + +# EXPOSE PORT (For Web UI) +EXPOSE 61208 + # Define default command. -CMD ["python", "-m", "glances", "$GLANCES_OPT"] \ No newline at end of file +CMD ["python", "-m", "glances", "$GLANCES_OPT"]