1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-04 10:34:49 +02:00
dockerfiles/vsftpd/docker-compose.yml

9 lines
145 B
YAML
Raw Normal View History

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