This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a commit to branch ftp-test-planner
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/ftp-test-planner by this push:
new a21815e2f try
a21815e2f is described below
commit a21815e2fa9b9dc675da820a1c6273f34507c20f
Author: suyanhanx <[email protected]>
AuthorDate: Tue Oct 24 21:21:59 2023 +0800
try
Signed-off-by: suyanhanx <[email protected]>
---
fixtures/ftp/docker-compose-vsftpd.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fixtures/ftp/docker-compose-vsftpd.yml
b/fixtures/ftp/docker-compose-vsftpd.yml
index aa79ef60d..7b3aef12a 100644
--- a/fixtures/ftp/docker-compose-vsftpd.yml
+++ b/fixtures/ftp/docker-compose-vsftpd.yml
@@ -20,8 +20,8 @@ services:
ftp:
image: fauria/vsftpd
ports:
- - 2121:21
- - 20000-22000:20000-22000
+ - "2121:21"
+ - "20000-22000:20000-22000"
environment:
- FTP_USER=admin
- FTP_PASS=admin