1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:16:44 +02:00
dockerfiles/vsftpd/docker-compose.yml

9 lines
145 B
YAML
Raw Normal View History

2015-07-27 22:36:02 +08:00
vsftpd:
image: vimagick/vsftpd
2016-02-03 01:25:42 +08:00
net: host
2016-02-01 00:37:18 +08:00
volumes:
- ./vsftpd:/etc/vsftpd
- ./ftp:/var/lib/ftp
2015-07-27 22:36:02 +08:00
privileged: true
restart: always