Browse Source

added todo

Fabian Peter Hammerle 5 years ago
parent
commit
1121c839ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -16,4 +16,5 @@ EXPOSE $FTP_CONTROL_PORT $FTP_PASSIVE_PORT
 
 RUN pip install --user pyftpd-sink==0.3
 
+# TODO set masquerade address for passive mode
 CMD ["pyftpd-sink", "--root-dir", "/sink"]