Merge pull request #498 from wswind/master

fix issue #497
pull/515/head
YuQing 2021-03-31 10:28:50 +08:00 committed by GitHub
commit 9d7342fca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@ RUN yum install git gcc gcc-c++ make automake autoconf libtool pcre pcre-devel z
&& make && make install \
&& chmod +x /home/fastdfs.sh
RUN ln -s /usr/local/src/fastdfs/init.d/fdfs_trackerd /etc/init.d/fdfs_trackerd \
&& ln -s /usr/local/src/fastdfs/init.d/fdfs_storaged /etc/init.d/fdfs_storaged
# export config
VOLUME /etc/fdfs

View File

@ -31,6 +31,8 @@ RUN yum install git gcc gcc-c++ make automake autoconf libtool pcre pcre-devel z
&& make && make install \
&& chmod +x /home/fastdfs.sh
RUN ln -s /usr/local/src/fastdfs/init.d/fdfs_trackerd /etc/init.d/fdfs_trackerd \
&& ln -s /usr/local/src/fastdfs/init.d/fdfs_storaged /etc/init.d/fdfs_storaged
# export config
VOLUME /etc/fdfs