Guest User

Untitled

a guest
Feb 7th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. version: '3'
  2.  
  3. services:
  4. ftp:
  5. image: mcreations/ftp
  6. ports:
  7. - '10021:21'
  8. - '65000-65004:65000-65004'
  9. environment:
  10. - FTP_USER=ftpuser
  11. - FTP_PASS=password
  12. - HOST=localhost
  13. - PASV_MIN_PORT=65000
  14. - PASV_MAX_PORT=65004
Add Comment
Please, Sign In to add comment