mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Update Dockerfile
Exposing 24008 is not required as glusterd listens on 24007 port.
This commit is contained in:
parent
46a6cae14e
commit
fbc22b39b9
@ -21,6 +21,6 @@ ADD run_gluster.sh /usr/local/bin/
|
|||||||
ADD index.html /vol/
|
ADD index.html /vol/
|
||||||
RUN chmod 644 /vol/index.html
|
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"]
|
ENTRYPOINT ["/usr/local/bin/run_gluster.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user