Skip to content

Commit

Permalink
Fix mock FTP server
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Jun 25, 2024
1 parent df33669 commit d47155f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
version: "3"

services:
ftp:
image: stilliard/pure-ftpd
environment:
- PUBLICHOST=localhost
- FTP_USER_NAME=user
- FTP_USER_PASS=password
- FTP_USER_HOME=/home/user
image: crazymax/pure-ftpd:1.0.50
ports:
- "2221:21"
- "2221:2100"
- "30000-30009:30000-30009"
volumes:
- ./docker/ftp:/home/user
- ./docker/ftp/data:/data
- ./docker/ftp/user:/home/user
environment:
- "AUTH_METHOD=puredb"

minio:
image: minio/minio
Expand Down
2 changes: 2 additions & 0 deletions docker/ftp/data/pureftpd.flags
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-d
-d
1 change: 1 addition & 0 deletions docker/ftp/data/pureftpd.passwd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
user:$argon2id$v=19$m=8192,t=255,p=1$BVs4arroDASLO2WSDzFrGw$9SLCrMejcjZ3Ir+/h59sS1G/yuyHAhi4zeADvLoEIUI:1003:1005::/home/user/./::::::::::::
Binary file added docker/ftp/data/pureftpd.pdb
Binary file not shown.
File renamed without changes

0 comments on commit d47155f

Please sign in to comment.