mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-22 05:09:36 +02:00
7 lines
93 B
YAML
7 lines
93 B
YAML
|
vsftpd:
|
||
|
image: vimagick/vsftpd
|
||
|
ports:
|
||
|
- "21:21"
|
||
|
privileged: true
|
||
|
restart: always
|