Skip to content

Commit

Permalink
Set exposed passive port range to 30000-30100
Browse files Browse the repository at this point in the history
This is due to AWS recommending not to use ports above 32678.
  • Loading branch information
Andreas Linz committed Jun 15, 2018
1 parent 51b2810 commit 1818be4
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 @@ -10,7 +10,7 @@ ENV S3_BUCKET="https://my-bucket.s3.amazonaws.com"
ENV FTP_ADDR="0.0.0.0:21"
EXPOSE 21
ENV FTP_PASSIVE_PORT_RANGE="50000-50100"
EXPOSE 50000-50100
EXPOSE 30000-30100
ENV FTP_FEATURES="ls"

VOLUME ["/etc/f3"]
Expand Down

0 comments on commit 1818be4

Please sign in to comment.