Update Dockerfile

docker暴露端口有问题
pull/284/head
ENCHIGO 2019-04-25 14:45:47 +08:00 committed by GitHub
parent 270da01cfc
commit 5fce1b4af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,5 +35,5 @@ RUN yum install git gcc gcc-c ++ make automake autoconf libtool pcre pcre-devel
# export config # export config
VOLUME /etc/fdfs VOLUME /etc/fdfs
EXPOSE 2122 23000 8888 80 EXPOSE 22122 23000 8888 80
ENTRYPOINT ["/home/fastdfs.sh"] ENTRYPOINT ["/home/fastdfs.sh"]