mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +02:00
7 lines
93 B
YAML
7 lines
93 B
YAML
vsftpd:
|
|
image: vimagick/vsftpd
|
|
ports:
|
|
- "21:21"
|
|
privileged: true
|
|
restart: always
|