Fabian Peter Hammerle hace 5 años
padre
commit
1121c839ba
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"]