summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CentOS/Dockerfile2
-rw-r--r--Fedora/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile
index 2e6560b..647c311 100644
--- a/CentOS/Dockerfile
+++ b/CentOS/Dockerfile
@@ -28,7 +28,7 @@ RUN yum clean all
RUN echo 'root:password' | chpasswd
VOLUME [ “/sys/fs/cgroup” ]
-EXPOSE 22 111 245 443 24007 2049 8080 6010 6011 6012 38465 38466 38468 38469 49152 49153 49154 49156 49157 49158 49159 49160 49161 49162
+EXPOSE 22 111 245 443 24007 2049 8080 6010 6011 6012 38465 38466 38468 38469 49152 49153 49154 49156 49157 49158 49159 49160 49161 49162 49163
RUN systemctl disable nfs-server.service
RUN systemctl enable rpcbind.service
diff --git a/Fedora/Dockerfile b/Fedora/Dockerfile
index ce33157..ab841a2 100644
--- a/Fedora/Dockerfile
+++ b/Fedora/Dockerfile
@@ -21,7 +21,7 @@ RUN yum --setopt=tsflags=nodocs -y install wget nfs-utils iputils iproute attr g
RUN echo 'root:password' | chpasswd
VOLUME [ “/sys/fs/cgroup” ]
-EXPOSE 22 111 245 443 24007 2049 8080 6010 6011 6012 38465 38466 38468 38469 49152 49153 49154 49156 49157 49158 49159 49160 49161 49162
+EXPOSE 22 111 245 443 24007 2049 8080 6010 6011 6012 38465 38466 38468 38469 49152 49153 49154 49156 49157 49158 49159 49160 49161 49162 49163
RUN systemctl disable nfs-server.service
RUN systemctl enable rpcbind.service