Skip to content

Commit e52deb9

Browse files
committed
Add ftpd support.
1 parent bec04a3 commit e52deb9

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export DOCKER_HTTPD_IMAGE
2727
export DOCKER_MYSQL_IMAGE
2828
export DOCKER_MEMCACHED_IMAGE
2929
export DOCKER_LDAP_IMAGE
30+
export DOCKER_FTPD_IMAGE
3031
export MT_RUN_VIA
3132
export HTTPD_EXPOSE_PORT
3233
export PLACKUP

mt/ftpd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: "3"
2+
services:
3+
ftpd:
4+
restart: always
5+
image: ${DOCKER_FTPD_IMAGE:-movabletype/dev:vsftpd}
6+
ports:
7+
- 21:21
8+
- 21100-21110:21100-21110

0 commit comments

Comments
 (0)