We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec04a3 commit e52deb9Copy full SHA for e52deb9
2 files changed
Makefile
@@ -27,6 +27,7 @@ export DOCKER_HTTPD_IMAGE
27
export DOCKER_MYSQL_IMAGE
28
export DOCKER_MEMCACHED_IMAGE
29
export DOCKER_LDAP_IMAGE
30
+export DOCKER_FTPD_IMAGE
31
export MT_RUN_VIA
32
export HTTPD_EXPOSE_PORT
33
export PLACKUP
mt/ftpd.yml
@@ -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