mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
9 lines
145 B
YAML
9 lines
145 B
YAML
vsftpd:
|
|
image: vimagick/vsftpd
|
|
net: host
|
|
volumes:
|
|
- ./vsftpd:/etc/vsftpd
|
|
- ./ftp:/var/lib/ftp
|
|
privileged: true
|
|
restart: always
|