Skip to content

Commit 3e2a9b3

Browse files
authored
Merge pull request #52 from dbeneker/hardened
add missing space
2 parents 06d36cd + 056097a commit 3e2a9b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ VOLUME ["/home/ftpusers", "/etc/pure-ftpd/passwd"]
6161

6262
# startup
6363
# with added secure defaults, ref: https://github.com/stilliard/docker-pure-ftpd/issues/10
64-
CMD /run.sh -c 5 -C 5 -l puredb:/etc/pure-ftpd/pureftpd.pdb -E -j -R -P $PUBLICHOST -p 30000:30009 -s -A -j -Z-H -4 -E -R -G -X -x
64+
CMD /run.sh -c 5 -C 5 -l puredb:/etc/pure-ftpd/pureftpd.pdb -E -j -R -P $PUBLICHOST -p 30000:30009 -s -A -j -Z -H -4 -E -R -G -X -x
6565

6666
EXPOSE 21 30000-30009
6767

0 commit comments

Comments
 (0)