I'm getting the error exec /usr/sbin/run-vsftpd.sh: no such file or directory running docker-compose up --build -d. In my docker-compose.yml file I have only one service, namely ftp-server, which is built pulling the image from fauria/vsftpd:latest.
Any help, please ?
I'm getting the error
exec /usr/sbin/run-vsftpd.sh: no such file or directoryrunningdocker-compose up --build -d. In mydocker-compose.ymlfile I have only one service, namelyftp-server, which is built pulling the image from fauria/vsftpd:latest.Any help, please ?