-
when I set BF_FTPS_VSFTPD_ENABLE_DEBUG_LOG=1,
nothing happens when I monitoring logs by : docker logs -f
-
Why adding a "./" at the end of home user dir ?
I set the home like this :
```pure-pw useradd myuser -u ftpuser -d /home/ftpuser/myuser -t 1024 -T 1024 -y 1 -m```
And when i list my user i've go…
-
How can i set read-only permission to volume specified in docker file?
i don't understand how to set it in ENVIRONMENT line:
USERS=one|1234|/ftp/one| two|1234|/ftp/two
-
Its like its forcing SSL, and no logs are generated
Docker.compose
```yaml
vsftp:
container_name: vsftp
image: "fauria/vsftpd"
restart: always
ports:
- 0.0.0.0:20:2…
-
fauria/vsftpd:latest
-
fauria/vsftpd:latest
-
fauria/vsftpd:latest
-
Hello,
The documentation provides an example to manually add a new FTP user to an existing container
```
docker exec -i -t vsftpd bash
mkdir /home/vsftpd/myuser
echo -e "myuser\nmypass" >> /e…
-
tl;dr Change
`echo -e "${FTP_USER}\n${FTP_PASS}" > /etc/vsftpd/virtual_users.txt
`
to
`echo -e "${FTP_USER}\n${FTP_PASS}" >> /etc/vsftpd/virtual_users.txt
`
https://github.com/fauria/docker…
-
# sudo docker-compose up -d
--
WARNING: Some networks were defined but are not used by any service: internal Creating network "vsftpd-234-vulnerable_default" with the default driver B…