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