2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 14:59:14 +01:00
Files
dockerfiles_vimagick/vsftpd/docker-compose.yml
2016-02-01 01:41:12 +08:00

12 lines
202 B
YAML

vsftpd:
image: vimagick/vsftpd
ports:
- "20:20"
- "21:21"
- "30000-30010:30000-30010"
volumes:
- ./vsftpd:/etc/vsftpd
- ./ftp:/var/lib/ftp
privileged: true
restart: always