1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

Merge pull request #156 from SuddenGunter/bugs/pure-ftpd-cfg-filename

pure-ftpd: fix config file name in dockerfile
This commit is contained in:
Kevin He 2021-05-06 15:54:24 +08:00 committed by GitHub
commit 81de917e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,4 @@ EXPOSE 21
VOLUME /home/ftpuser /etc/pure-ftpd
ENTRYPOINT ["pure-ftpd"]
CMD ["/etc/pure-ftpd/pureftpd.conf"]
CMD ["/etc/pure-ftpd/pure-ftpd.conf"]