Skip to content

Commit

Permalink
feat(docker): expose passive port range
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers authored Sep 10, 2020
1 parent 9f1c8bd commit 09cb4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ COPY [ "/src/docker-entrypoint.sh", "/" ]

CMD [ "/usr/sbin/vsftpd" ]
ENTRYPOINT [ "/docker-entrypoint.sh" ]
EXPOSE 20/tcp 21/tcp
EXPOSE 20/tcp 21/tcp 40000-50000/tcp
HEALTHCHECK CMD netstat -lnt | grep :21 || exit 1

0 comments on commit 09cb4ad

Please sign in to comment.