Update Dockerfile

Exposing 24008 is not required as glusterd listens on 24007 port.
This commit is contained in:
Humble Devassy Chirammal 2016-04-29 19:46:30 +05:30
parent 46a6cae14e
commit fbc22b39b9

View File

@ -21,6 +21,6 @@ ADD run_gluster.sh /usr/local/bin/
ADD index.html /vol/
RUN chmod 644 /vol/index.html
EXPOSE 24007/tcp 24008/tcp 49152/tcp
EXPOSE 24007/tcp 49152/tcp
ENTRYPOINT ["/usr/local/bin/run_gluster.sh"]